sidebar-for-bayou/plugin.json

20 lines
505 B
JSON
Raw Permalink Normal View History

2024-03-13 09:30:09 +00:00
{
2025-02-06 20:31:45 +00:00
"version": "1.0.0",
"title": "Sidebar for Bayou",
"description": "Adds a sidebar to a blog using the Bayou theme",
2024-03-13 09:30:09 +00:00
"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"
}
2024-03-13 09:30:09 +00:00
]
}