Reorder text component settings

This commit is contained in:
Andrew Kingston 2025-02-26 10:58:42 +00:00
parent cba46045f1
commit b65f93890e
No known key found for this signature in database
1 changed files with 6 additions and 8 deletions

View File

@ -8008,20 +8008,12 @@
"key": "text", "key": "text",
"wide": true "wide": true
}, },
{
"type": "color",
"label": "Color",
"key": "color",
"showInBar": true,
"wide": true
},
{ {
"type": "select", "type": "select",
"label": "Alignment", "label": "Alignment",
"key": "align", "key": "align",
"defaultValue": "left", "defaultValue": "left",
"showInBar": true, "showInBar": true,
"wide": true,
"barStyle": "buttons", "barStyle": "buttons",
"options": [ "options": [
{ {
@ -8049,6 +8041,12 @@
"barTitle": "Justify text" "barTitle": "Justify text"
} }
] ]
},
{
"type": "color",
"label": "Color",
"key": "color",
"showInBar": true
} }
] ]
} }