Add default value for button text
This commit is contained in:
parent
97e42bf318
commit
599d9eb406
|
@ -274,7 +274,8 @@
|
||||||
{
|
{
|
||||||
"type": "text",
|
"type": "text",
|
||||||
"label": "Text",
|
"label": "Text",
|
||||||
"key": "text"
|
"key": "text",
|
||||||
|
"defaultValue": "New Button"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "select",
|
"type": "select",
|
||||||
|
|
Loading…
Reference in New Issue