diff options
author | sowgro <tpoke.ferrari@gmail.com> | 2023-10-16 15:16:55 -0400 |
---|---|---|
committer | sowgro <tpoke.ferrari@gmail.com> | 2023-10-16 15:16:55 -0400 |
commit | 753be9b8271a32a1b6319f1a7ee8ba2d63f138a9 (patch) | |
tree | 2582add260e1c27d0effc53de12023e07368c1a6 /blueprints.yaml | |
download | grav-sowtheme-753be9b8271a32a1b6319f1a7ee8ba2d63f138a9.tar.gz grav-sowtheme-753be9b8271a32a1b6319f1a7ee8ba2d63f138a9.tar.bz2 grav-sowtheme-753be9b8271a32a1b6319f1a7ee8ba2d63f138a9.zip |
first commit
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 |