Update blueprints.yaml
This commit is contained in:
parent
3b82b53288
commit
f42e829747
1 changed files with 12 additions and 1 deletions
|
@ -13,5 +13,16 @@ bugs: https://github.com/getgrav/grav-theme-deliver/issues
|
||||||
license: MIT
|
license: MIT
|
||||||
|
|
||||||
form:
|
form:
|
||||||
validation: strict
|
validation: loose
|
||||||
fields:
|
fields:
|
||||||
|
dropdown.enabled:
|
||||||
|
type: toggle
|
||||||
|
label: Dropdown in navbar
|
||||||
|
highlight: 1
|
||||||
|
default: 0
|
||||||
|
options:
|
||||||
|
1: Enabled
|
||||||
|
0: Disabled
|
||||||
|
validate:
|
||||||
|
type: bool
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue