Skip to content
This repository was archived by the owner on Nov 6, 2025. It is now read-only.

Commit 31cd7cc

Browse files
committed
set default data
1 parent 596d1b2 commit 31cd7cc

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

examples/property-editor/index.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@ export const manifests: Array<ManifestPropertyEditorUi> = [
1919
propertyEditorUiAlias: 'Umb.PropertyEditorUi.TextBox',
2020
},
2121
],
22+
defaultData: [
23+
{
24+
alias: 'customText',
25+
value: 'Default value',
26+
},
27+
],
2228
},
2329
},
2430
},

0 commit comments

Comments
 (0)