From 753be9b8271a32a1b6319f1a7ee8ba2d63f138a9 Mon Sep 17 00:00:00 2001 From: sowgro Date: Mon, 16 Oct 2023 15:16:55 -0400 Subject: first commit --- blueprints.yaml | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 blueprints.yaml (limited to 'blueprints.yaml') diff --git a/blueprints.yaml b/blueprints.yaml new file mode 100644 index 0000000..76bc4d4 --- /dev/null +++ b/blueprints.yaml @@ -0,0 +1,32 @@ +name: Sowtheme +slug: sowtheme +type: theme +version: 0.1.0 +description: Theme used for my website +icon: rebel +author: + name: sowgro + email: tylerferrari0@gmail.com +homepage: https://github.com/sowgro/grav-sowtheme +demo: https://sowgro.net +keywords: theme +bugs: https://github.com/sowgro/grav-sowtheme/issues +readme: https://github.com/sowgro/grav-sowtheme/blob/main/README.md +license: MIT + +dependencies: + - { name: grav, version: '>=1.6.0' } + +form: + validation: loose + fields: + dropdown.enabled: + type: toggle + label: Dropdown in Menu + highlight: 1 + default: 1 + options: + 1: PLUGIN_ADMIN.ENABLED + 0: PLUGIN_ADMIN.DISABLED + validate: + type: bool -- cgit v1.2.3