Post layouts

This commit is contained in:
Sodbileg Gansukh
2022-05-14 23:51:45 +08:00
parent 6c922fca35
commit b811b72333
5 changed files with 27 additions and 11 deletions

View File

@@ -120,12 +120,21 @@
"default": true,
"group": "homepage"
},
"first_post_layout": {
"type": "select",
"options": [
"Large card",
"Full-width card",
"None"
],
"default": "Large card",
"group": "homepage"
},
"feed_layout": {
"type": "select",
"options": [
"Dynamic grid",
"Simple grid",
"List"
"Simple grid"
],
"default": "Dynamic grid",
"group": "homepage"