We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e453628 commit 15aaf39Copy full SHA for 15aaf39
1 file changed
packages/ui-extensions/src/surfaces/admin/components/Form/Form.ext.doc.ts
@@ -20,7 +20,13 @@ const data: ReferenceEntityTemplateSchema = {
20
tabs: [
21
{
22
code: '../../../../../docs/surfaces/admin/staticPages/examples/form-default-value.jsx',
23
- language: 'preview',
+ language: 'tsx',
24
+ title: 'Using `defaultValue`',
25
+ },
26
+ {
27
+ code: '../../../../../docs/surfaces/admin/staticPages/examples/form-implicit-default.jsx',
28
29
+ title: 'Using implicit default',
30
},
31
],
32
0 commit comments