From bc2b72728921a413df9513d5d9b75c3595c7dc8d Mon Sep 17 00:00:00 2001 From: Flavio Copes Date: Wed, 1 Feb 2017 14:45:06 +0100 Subject: [PATCH] Extend modular blueprint to add header.onpage_menu --- blueprints/modular.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 blueprints/modular.yaml diff --git a/blueprints/modular.yaml b/blueprints/modular.yaml new file mode 100644 index 0000000..c25f1a3 --- /dev/null +++ b/blueprints/modular.yaml @@ -0,0 +1,18 @@ +extends@: parent@ + +form: + fields: + tabs: + fields: + content: + fields: + + header.onpage_menu: + type: toggle + toggleable: true + label: On-page Menu + help: "If disabled, uses the normal page menu. Otherwise, lists the on-page sections" + highlight: 1 + options: + 1: PLUGIN_ADMIN.ENABLED + 0: PLUGIN_ADMIN.DISABLED \ No newline at end of file