reinstated myTextBox.json
This commit is contained in:
parent
42588fb34b
commit
d6f1ac0696
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"inherits": "./customComponents/textbox",
|
||||
"name": "myTextBox",
|
||||
"tags": [],
|
||||
"description": "A text input, with a label",
|
||||
"props" : {
|
||||
"label": "hello"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue