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