Skip to content

Commit 906c85d

Browse files
Theme settings description
1 parent 301b290 commit 906c85d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,12 +145,14 @@
145145
"use_publication_cover_as_background": {
146146
"type": "boolean",
147147
"default": false,
148+
"description": "Cover image will be used as a background when the header style is Landing or Search",
148149
"group": "homepage",
149150
"visibility": "header_style:[Landing, Search]"
150151
},
151152
"highlight_featured_posts": {
152153
"type": "boolean",
153154
"default": true,
155+
"description": "Featured posts will be displayed when the header style is Highlight or Magazine",
154156
"group": "homepage",
155157
"visibility": "header_style:[Highlight, Magazine]"
156158
},
@@ -166,22 +168,26 @@
166168
"show_images_in_feed": {
167169
"type": "boolean",
168170
"default": true,
171+
"description": "Toggles thumbnails of the post cards when the post feed style is List",
169172
"group": "homepage",
170173
"visibility": "post_feed_style:List"
171174
},
172175
"show_author": {
173176
"type": "boolean",
174177
"default": true,
178+
"description": "Toggles author name in the post cards",
175179
"group": "homepage"
176180
},
177181
"show_publish_date": {
178182
"type": "boolean",
179183
"default": true,
184+
"description": "Toggles published date in the post cards",
180185
"group": "homepage"
181186
},
182187
"show_site_in_sidebar": {
183188
"type": "boolean",
184189
"default": false,
190+
"description": "Sidebar will be displayed on the homepage, tag, and author templates",
185191
"group": "homepage"
186192
}
187193
}

0 commit comments

Comments
 (0)