sidebar-for-bayou/plugin.json
Leon Mika 8a80ab665d
Added the option to show the sidebar on other pages (#2)
Added settings to show the sidebar on posts and other pages, in addition to the home page.
2024-12-26 14:32:20 +11:00

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"
}
]
}