Add default value for button text
This commit is contained in:
parent
2914f99e67
commit
f1ce3de3d6
|
@ -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