Skip to content

Commit 7bd7524

Browse files
Added theme setting dependencies
1 parent 0a9850e commit 7bd7524

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

package.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -137,12 +137,14 @@
137137
"use_publication_cover_as_background": {
138138
"type": "boolean",
139139
"default": false,
140-
"group": "homepage"
140+
"group": "homepage",
141+
"visibility": "header_style:[Landing, Search]"
141142
},
142143
"highlight_featured_posts": {
143144
"type": "boolean",
144145
"default": true,
145-
"group": "homepage"
146+
"group": "homepage",
147+
"visibility": "header_style:[Highlight, Magazine]"
146148
},
147149
"post_feed_style": {
148150
"type": "select",
@@ -156,7 +158,8 @@
156158
"show_images_in_feed": {
157159
"type": "boolean",
158160
"default": true,
159-
"group": "homepage"
161+
"group": "homepage",
162+
"visibility": "post_feed_style:'List'"
160163
},
161164
"show_author": {
162165
"type": "boolean",

0 commit comments

Comments
 (0)