Skip to content

Commit

Permalink
Remove placeholder texts
Browse files Browse the repository at this point in the history
  • Loading branch information
istarkov committed Dec 23, 2024
1 parent 6543b67 commit 82caebd
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 35 deletions.
8 changes: 1 addition & 7 deletions packages/sdk-components-react/src/blockquote.ws.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,13 +72,7 @@ export const meta: WsComponentMeta = {
{
type: "instance",
component: "Blockquote",
children: [
{
type: "text",
value: "Blockquote text you can edit",
placeholder: true,
},
],
children: [],
},
],
};
Expand Down
8 changes: 1 addition & 7 deletions packages/sdk-components-react/src/heading.ws.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,7 @@ export const meta: WsComponentMeta = {
{
type: "instance",
component: "Heading",
children: [
{
type: "text",
value: "Heading text you can edit",
placeholder: true,
},
],
children: [],
},
],
};
Expand Down
8 changes: 1 addition & 7 deletions packages/sdk-components-react/src/link.ws.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,7 @@ export const meta: WsComponentMeta = {
{
type: "instance",
component: "Link",
children: [
{
type: "text",
value: "Link text you can edit",
placeholder: true,
},
],
children: [],
},
],
};
Expand Down
8 changes: 1 addition & 7 deletions packages/sdk-components-react/src/list-item.ws.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,7 @@ export const meta: WsComponentMeta = {
{
type: "instance",
component: "ListItem",
children: [
{
type: "text",
value: "List Item text you can edit",
placeholder: true,
},
],
children: [],
},
],
};
Expand Down
8 changes: 1 addition & 7 deletions packages/sdk-components-react/src/paragraph.ws.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,7 @@ export const meta: WsComponentMeta = {
{
type: "instance",
component: "Paragraph",
children: [
{
type: "text",
value: "Paragraph text you can edit",
placeholder: true,
},
],
children: [],
},
],
};
Expand Down

0 comments on commit 82caebd

Please sign in to comment.