We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 045c8cf commit 3a25b02Copy full SHA for 3a25b02
1 file changed
assets/src/components/dynamic/Dynamic.stories.tsx
@@ -241,7 +241,7 @@ export const TextInsertReadOnly: Story = {
241
args: {
242
type: 'text',
243
label: 'Text (read-only, insert mode)',
244
- value: '[[post_title]]',
+ value: '[[post-title]]',
245
readOnly: true,
246
dynamic: true,
247
}
@@ -269,7 +269,7 @@ export const TextReplaceReadOnly: Story = {
269
270
271
label: 'Text (read-only, replace mode)',
272
273
274
dynamic: {
275
mode: 'replace',
0 commit comments