Updated the value data structure the story
This commit is contained in:
committed by
Jacob Overgaard
parent
8d01a5dc65
commit
7baf4f72ac
@@ -80,7 +80,9 @@ const meta: Meta<UmbPropertyEditorUITinyMceElement> = {
|
||||
id: 'umb-property-editor-ui-tiny-mce',
|
||||
args: {
|
||||
config: undefined,
|
||||
value: `
|
||||
value: {
|
||||
blocks: {},
|
||||
markup: `
|
||||
<h2>TinyMCE</h2>
|
||||
<p>I am a default value for the TinyMCE text editor story.</p>
|
||||
<p>
|
||||
@@ -92,6 +94,7 @@ const meta: Meta<UmbPropertyEditorUITinyMceElement> = {
|
||||
<a href="https://docs.umbraco.com" target="_blank" rel="noopener noreferrer">Umbraco documentation</a>
|
||||
</p>
|
||||
`,
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user