-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathblueprints.yaml
42 lines (40 loc) · 1.11 KB
/
blueprints.yaml
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
33
34
35
36
37
38
39
40
41
42
name: Grav Theme Vite
slug: grav-theme-vite
type: theme
version: 0.1.0
description: A starter theme for Grav using Vite
icon: rebel
author:
name: James Auble
email: james.auble@gmail.com
homepage: https://github.com/james0r/grav-theme-grav-theme-vite
demo: http://demo.yoursite.com
keywords: grav, theme, etc
bugs: https://github.com/james0r/grav-theme-grav-theme-vite/issues
readme: https://github.com/james0r/grav-theme-grav-theme-vite/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