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",
"wide": true
},
{
"type": "color",
"label": "Color",
"key": "color",
"showInBar": true,
"wide": true
},
{
"type": "select",
"label": "Alignment",
"key": "align",
"defaultValue": "left",
"showInBar": true,
"wide": true,
"barStyle": "buttons",
"options": [
{
@ -8049,6 +8041,12 @@
"barTitle": "Justify text"
}
]
},
{
"type": "color",
"label": "Color",
"key": "color",
"showInBar": true
}
]
}