123456789101112131415161718192021222324252627 |
- name: Plain
- version: 0.1.0
- description: basic using foundation
- icon: rebel
- author:
- name: armansansd
- email: contact@armansansd.net
- homepage: https://github.com/armansansd/grav-theme-basic
- demo: http://demo.yoursite.com
- keywords: grav, theme, etc
- bugs: https://github.com/armansansd/grav-theme-basic/issues
- readme: https://github.com/armansansd/grav-theme-basic/blob/develop/README.md
- license: MIT
- 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
|