budibase/packages/server/appPackages/testApp/pages/unauthenticated/screens/myTextBox.json

9 lines
186 B
JSON

{
"inherits": "./customComponents/textbox",
"name": "myTextBox",
"tags": [],
"description": "A text input, with a label",
"props" : {
"label": "hello"
}
}