Added "Vertical Alignment" setting

This commit is contained in:
nutty
2026-07-23 16:02:59 +10:00
parent df2c740623
commit 86842d01f1
3 changed files with 37 additions and 1 deletions
+22
View File
@@ -72,6 +72,28 @@
"defaultValue": 500,
"group": "Appearance"
},
{
"id": "verticalAlignment",
"label": "Vertical Alignment",
"description": "",
"type": "select",
"options": [
{
"value": "align-to-top",
"label": "Align To Top"
},
{
"value": "align-to-center",
"label": "Align To Center"
},
{
"value": "align-to-bottom",
"label": "Align To Bottom"
}
],
"defaultValue": "align-to-center",
"group": "Appearance"
},
{
"id": "textAlignment",
"label": "Text Alignment",