1
0
Fork 0
mirror of synced 2024-09-14 16:27:26 +12:00
budibase/packages/server/appPackages/_master/components/apps/App Form.json
Michael Shanks 2f028b1f1e generators..
2019-10-07 06:03:41 +01:00

25 lines
550 B
JSON

{
"name": "apps/App Form",
"description": "",
"inherits": "@budibase/standard-components/form",
"props": {
"formControls": [
{
"_component": "#formControls#array_element",
"label": "Name",
"control": {
"_component": "@budibase/standard-components/textbox",
"value": {
"##bbstate": "currentApplication.name",
"##bbsource": "store"
},
"hideValue": false,
"className": "default"
}
}
]
},
"tags": [
"form"
]
}