mirror of
https://github.com/pmoreno-rodriguez/grav-theme-future2021.git
synced 2025-06-07 20:08:54 +00:00
Added show_sidebar option for all pages
This commit is contained in:
parent
b500da265b
commit
9efa3ae93c
1 changed files with 16 additions and 0 deletions
16
blueprints/default.yaml
Normal file → Executable file
16
blueprints/default.yaml
Normal file → Executable file
|
@ -30,3 +30,19 @@ form:
|
||||||
type: pagemediaselect
|
type: pagemediaselect
|
||||||
label: FUTURE.ADMIN.DEFAULT.PRIMARY_IMAGE
|
label: FUTURE.ADMIN.DEFAULT.PRIMARY_IMAGE
|
||||||
preview_images: true
|
preview_images: true
|
||||||
|
options:
|
||||||
|
fields:
|
||||||
|
publishing:
|
||||||
|
fields:
|
||||||
|
header.show_sidebar:
|
||||||
|
type: toggle
|
||||||
|
toggleable: true
|
||||||
|
label: Show Sidebar
|
||||||
|
ordering@: -99
|
||||||
|
default: 0
|
||||||
|
highlight: 0
|
||||||
|
options:
|
||||||
|
1: PLUGIN_ADMIN.ENABLED
|
||||||
|
0: PLUGIN_ADMIN.DISABLED
|
||||||
|
validate:
|
||||||
|
type: bool
|
Loading…
Add table
Reference in a new issue