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