mirror of
https://github.com/nuttylmao/nutty.gg.git
synced 2026-09-19 04:00:59 -04:00
Added "Vertical Alignment" setting
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user