1
0
Fork 0
mirror of synced 2024-06-26 18:10:51 +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",
"label": "Text",
"key": "text"
"key": "text",
"defaultValue": "New Button"
},
{
"type": "select",