grav/themes/buha2/blueprints.yaml

43 lines
1.0 KiB
YAML
Raw Normal View History

2023-01-10 13:20:14 +01:00
name: Buha2
slug: buha2
type: theme
version: 0.1.0
description: A theme for Bunteshaus e.V.
icon: rebel
author:
name: teldra
email: teldra@rotce.de
homepage: https://github.com/teldra/grav-theme-buha2
demo: http://demo.yoursite.com
keywords: grav, theme, etc
bugs: https://github.com/teldra/grav-theme-buha2/issues
readme: https://github.com/teldra/grav-theme-buha2/blob/develop/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
production:
type: toggle
label: Production Mode
highlight: 1
default: 1
options:
1: PLUGIN_ADMIN.ENABLED
0: PLUGIN_ADMIN.DISABLED
validate:
type: bool