This commit is contained in:
Sodbileg Gansukh
2023-07-31 12:58:56 +08:00
parent 467f1c3ece
commit c5a6870fcf
5 changed files with 21 additions and 11 deletions

View File

@@ -87,11 +87,11 @@
"navigation_layout": {
"type": "select",
"options": [
"Stacked",
"Logo on the left",
"Logo in the middle",
"Logo on the left"
"Stacked"
],
"default": "Stacked"
"default": "Logo on the left"
},
"page_background_color": {
"type": "color",
@@ -155,10 +155,10 @@
"post_list_style": {
"type": "select",
"options": [
"List",
"Grid"
"Grid",
"List"
],
"default": "List",
"default": "Grid",
"group": "homepage"
},
"hide_images": {