From f42e82974706a38e26ae42ea5ceb569f38c226ed Mon Sep 17 00:00:00 2001 From: Flavio Copes Date: Tue, 25 Aug 2015 13:49:55 +0200 Subject: [PATCH] Update blueprints.yaml --- blueprints.yaml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) 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 +