Skip to content

Commit

Permalink
Merge pull request #230 from chamaileon-sdk/feat/text-split-split
Browse files Browse the repository at this point in the history
chore: add missing conf
  • Loading branch information
lacee677 authored Nov 21, 2024
2 parents 3c83da7 + 6a1fe7f commit 3c19c18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,7 @@ const calculateToolboxes = (editorConfig, indent) => {
${"\t".repeat(indent)}body: ${editorConfig.settings.toolboxes.body},
${"\t".repeat(indent)}fullWidth: ${editorConfig.settings.toolboxes.fullWidth},
${"\t".repeat(indent)}text: ${editorConfig.settings.toolboxes.text},
${"\t".repeat(indent)}typedText: ${editorConfig.settings.toolboxes.typedText},
${"\t".repeat(indent)}button: ${editorConfig.settings.toolboxes.button},
${"\t".repeat(indent)}box: ${editorConfig.settings.toolboxes.box},
${"\t".repeat(indent)}multiColumn: ${editorConfig.settings.toolboxes.multiColumn},
Expand Down
1 change: 1 addition & 0 deletions src/components/EmailEditor/store/emailEditorConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ const getDefaultState = () => {
body: true,
fullWidth: true,
text: true,
typedText: true,
button: true,
box: true,
multiColumn: true,
Expand Down

0 comments on commit 3c19c18

Please sign in to comment.