Added theme setting dependencies

This commit is contained in:
Sodbileg Gansukh 2023-08-22 10:01:56 +08:00
parent 0a9850eba5
commit 7bd75244ed

View File

@ -137,12 +137,14 @@
"use_publication_cover_as_background": {
"type": "boolean",
"default": false,
"group": "homepage"
"group": "homepage",
"visibility": "header_style:[Landing, Search]"
},
"highlight_featured_posts": {
"type": "boolean",
"default": true,
"group": "homepage"
"group": "homepage",
"visibility": "header_style:[Highlight, Magazine]"
},
"post_feed_style": {
"type": "select",
@ -156,7 +158,8 @@
"show_images_in_feed": {
"type": "boolean",
"default": true,
"group": "homepage"
"group": "homepage",
"visibility": "post_feed_style:'List'"
},
"show_author": {
"type": "boolean",