2024-03-13 09:30:09 +00:00
|
|
|
{
|
2025-02-06 20:31:45 +00:00
|
|
|
"version": "1.0.0",
|
2025-02-03 21:04:38 +00:00
|
|
|
"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"
|
2024-12-26 03:32:20 +00:00
|
|
|
],
|
|
|
|
"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
|
|
|
]
|
|
|
|
}
|