1
0
Fork 0
mirror of synced 2024-06-29 11:31:06 +12:00

Add default value for button text

This commit is contained in:
Andrew Kingston 2022-06-14 15:31:28 +01:00
parent 97e42bf318
commit 599d9eb406

View file

@ -274,7 +274,8 @@
{ {
"type": "text", "type": "text",
"label": "Text", "label": "Text",
"key": "text" "key": "text",
"defaultValue": "New Button"
}, },
{ {
"type": "select", "type": "select",