Theme settings description
This commit is contained in:
parent
301b29086e
commit
906c85d379
@ -145,12 +145,14 @@
|
|||||||
"use_publication_cover_as_background": {
|
"use_publication_cover_as_background": {
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"default": false,
|
"default": false,
|
||||||
|
"description": "Cover image will be used as a background when the header style is Landing or Search",
|
||||||
"group": "homepage",
|
"group": "homepage",
|
||||||
"visibility": "header_style:[Landing, Search]"
|
"visibility": "header_style:[Landing, Search]"
|
||||||
},
|
},
|
||||||
"highlight_featured_posts": {
|
"highlight_featured_posts": {
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"default": true,
|
"default": true,
|
||||||
|
"description": "Featured posts will be displayed when the header style is Highlight or Magazine",
|
||||||
"group": "homepage",
|
"group": "homepage",
|
||||||
"visibility": "header_style:[Highlight, Magazine]"
|
"visibility": "header_style:[Highlight, Magazine]"
|
||||||
},
|
},
|
||||||
@ -166,22 +168,26 @@
|
|||||||
"show_images_in_feed": {
|
"show_images_in_feed": {
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"default": true,
|
"default": true,
|
||||||
|
"description": "Toggles thumbnails of the post cards when the post feed style is List",
|
||||||
"group": "homepage",
|
"group": "homepage",
|
||||||
"visibility": "post_feed_style:List"
|
"visibility": "post_feed_style:List"
|
||||||
},
|
},
|
||||||
"show_author": {
|
"show_author": {
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"default": true,
|
"default": true,
|
||||||
|
"description": "Toggles author name in the post cards",
|
||||||
"group": "homepage"
|
"group": "homepage"
|
||||||
},
|
},
|
||||||
"show_publish_date": {
|
"show_publish_date": {
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"default": true,
|
"default": true,
|
||||||
|
"description": "Toggles published date in the post cards",
|
||||||
"group": "homepage"
|
"group": "homepage"
|
||||||
},
|
},
|
||||||
"show_site_in_sidebar": {
|
"show_site_in_sidebar": {
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"default": false,
|
"default": false,
|
||||||
|
"description": "Sidebar will be displayed on the homepage, tag, and author templates",
|
||||||
"group": "homepage"
|
"group": "homepage"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user