Updated the value data structure the story

This commit is contained in:
leekelleher
2024-01-11 08:54:19 +00:00
committed by Jacob Overgaard
parent 8d01a5dc65
commit 7baf4f72ac

View File

@@ -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>
`,
},
},
};