From 906c85d379de9e92e4d95bf07505b3b2cc64def0 Mon Sep 17 00:00:00 2001 From: Sodbileg Gansukh Date: Tue, 5 Sep 2023 12:18:42 +0800 Subject: [PATCH] Theme settings description --- package.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/package.json b/package.json index 02be29e..c5c914c 100644 --- a/package.json +++ b/package.json @@ -145,12 +145,14 @@ "use_publication_cover_as_background": { "type": "boolean", "default": false, + "description": "Cover image will be used as a background when the header style is Landing or Search", "group": "homepage", "visibility": "header_style:[Landing, Search]" }, "highlight_featured_posts": { "type": "boolean", "default": true, + "description": "Featured posts will be displayed when the header style is Highlight or Magazine", "group": "homepage", "visibility": "header_style:[Highlight, Magazine]" }, @@ -166,22 +168,26 @@ "show_images_in_feed": { "type": "boolean", "default": true, + "description": "Toggles thumbnails of the post cards when the post feed style is List", "group": "homepage", "visibility": "post_feed_style:List" }, "show_author": { "type": "boolean", "default": true, + "description": "Toggles author name in the post cards", "group": "homepage" }, "show_publish_date": { "type": "boolean", "default": true, + "description": "Toggles published date in the post cards", "group": "homepage" }, "show_site_in_sidebar": { "type": "boolean", "default": false, + "description": "Sidebar will be displayed on the homepage, tag, and author templates", "group": "homepage" } }