Added settings to show the sidebar on posts and other pages, in addition to the home page.
20 lines
505 B
JSON
20 lines
505 B
JSON
{
|
|
"version": "1.2.0",
|
|
"title": "Sidebar for Tiny Theme",
|
|
"description": "Adds a sidebar to a blog using Tiny Theme",
|
|
"includes": [
|
|
"/sidebar.css"
|
|
],
|
|
"fields": [
|
|
{
|
|
"field": "params.sidebar_show_on_posts",
|
|
"label": "Show sidebar on posts",
|
|
"type": "boolean"
|
|
},
|
|
{
|
|
"field": "params.sidebar_show_on_pages",
|
|
"label": "Show sidebar on other pages",
|
|
"type": "boolean"
|
|
}
|
|
]
|
|
} |