Settings cleanup

This commit is contained in:
Sodbileg Gansukh
2022-05-18 18:35:58 +08:00
parent 994a2287a2
commit 5424c465fb
7 changed files with 77 additions and 73 deletions

View File

@@ -105,14 +105,19 @@
],
"default": "Elegant serif"
},
"show_publication_cover": {
"type": "boolean",
"default": true,
"group": "homepage"
},
"about_section": {
"type": "select",
"options": [
"Horizontal",
"Vertical",
"Horizontal",
"None"
],
"default": "Horizontal",
"default": "Vertical",
"group": "homepage"
},
"include_logo_in_about_section": {