123456789101112131415161718192021222324 |
- name: Tyro
- version: 0.1.0
- description: A theme for Torbay Tech Jam
- icon: rebel
- author:
- name: Samadi van Koten
- email: me@vktec.co.uk
- keywords: grav, theme, etc
- 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
|