1
0
Fork 0
mirror of synced 2024-09-18 18:28:33 +12:00
budibase/packages/server/appPackages/testApp/components/subfolder/otherTextBox.json

9 lines
207 B
JSON
Raw Normal View History

{
2019-07-28 19:03:11 +12:00
"inherits": "./moreCustomComponents/textbox",
"name":"subfolder/otherTextBox.json",
"tags": [],
"description": "A text input, with a label",
"props" : {
"label": "hello"
}
}