diff --git a/blueprints.yaml b/blueprints.yaml index 9ead472..1db3079 100644 --- a/blueprints.yaml +++ b/blueprints.yaml @@ -13,5 +13,16 @@ bugs: https://github.com/getgrav/grav-theme-deliver/issues license: MIT form: - validation: strict + validation: loose fields: + dropdown.enabled: + type: toggle + label: Dropdown in navbar + highlight: 1 + default: 0 + options: + 1: Enabled + 0: Disabled + validate: + type: bool +