Skip to content

Commit

Permalink
chore: Remove default text initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
bprusinowski committed Dec 16, 2024
1 parent 5f7f6ae commit 76bd701
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions app/configurator/components/layout-configurator.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -628,15 +628,7 @@ const AddLayoutBlocks = () => {
type: "text",
key: createId(),
text: {
de: `# Heading 1!
## Heading 2!
### Heading 3!
#### Heading 4!
##### Heading 5!
###### Heading 6!
**Bold text**
*Italic text*
[Link](https://example.com)`,
de: "",
fr: "",
it: "",
en: "",
Expand Down

0 comments on commit 76bd701

Please sign in to comment.