1
0
Fork 0
mirror of synced 2024-09-15 00:38:01 +12:00
budibase/packages/server/appPackages/testApp/components/subfolder/otherTextBox.json
2019-07-28 08:03:11 +01:00

9 lines
No EOL
207 B
JSON

{
"inherits": "./moreCustomComponents/textbox",
"name":"subfolder/otherTextBox.json",
"tags": [],
"description": "A text input, with a label",
"props" : {
"label": "hello"
}
}