File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 145
145
"use_publication_cover_as_background" : {
146
146
"type" : " boolean" ,
147
147
"default" : false ,
148
+ "description" : " Cover image will be used as a background when the header style is Landing or Search" ,
148
149
"group" : " homepage" ,
149
150
"visibility" : " header_style:[Landing, Search]"
150
151
},
151
152
"highlight_featured_posts" : {
152
153
"type" : " boolean" ,
153
154
"default" : true ,
155
+ "description" : " Featured posts will be displayed when the header style is Highlight or Magazine" ,
154
156
"group" : " homepage" ,
155
157
"visibility" : " header_style:[Highlight, Magazine]"
156
158
},
166
168
"show_images_in_feed" : {
167
169
"type" : " boolean" ,
168
170
"default" : true ,
171
+ "description" : " Toggles thumbnails of the post cards when the post feed style is List" ,
169
172
"group" : " homepage" ,
170
173
"visibility" : " post_feed_style:List"
171
174
},
172
175
"show_author" : {
173
176
"type" : " boolean" ,
174
177
"default" : true ,
178
+ "description" : " Toggles author name in the post cards" ,
175
179
"group" : " homepage"
176
180
},
177
181
"show_publish_date" : {
178
182
"type" : " boolean" ,
179
183
"default" : true ,
184
+ "description" : " Toggles published date in the post cards" ,
180
185
"group" : " homepage"
181
186
},
182
187
"show_site_in_sidebar" : {
183
188
"type" : " boolean" ,
184
189
"default" : false ,
190
+ "description" : " Sidebar will be displayed on the homepage, tag, and author templates" ,
185
191
"group" : " homepage"
186
192
}
187
193
}
You can’t perform that action at this time.
0 commit comments