summaryrefslogtreecommitdiff
path: root/blueprints.yaml
blob: 76bc4d40e6020f13a8ccc186de2e15e4c63575a8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
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