20 lines
505 B
JSON
20 lines
505 B
JSON
{
|
|
"version": "1.0.0",
|
|
"title": "Sidebar for Bayou",
|
|
"description": "Adds a sidebar to a blog using the Bayou 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"
|
|
}
|
|
]
|
|
} |