Reorder text component settings
This commit is contained in:
parent
cba46045f1
commit
b65f93890e
|
@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue