diff options
Diffstat (limited to 'blueprints.yaml')
-rw-r--r-- | blueprints.yaml | 32 |
1 files changed, 32 insertions, 0 deletions
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 |