-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathblueprints.yaml
43 lines (41 loc) · 1.04 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
43
name: Hyde
version: 0.2.2
description: Hyde theme for Grav
icon: rebel
author:
name: Paul Massendari
email: [email protected]
homepage: https://github.com/paulmassen/grav-theme-hyde
demo: http://hyde.getpoole.com
keywords: grav, theme, etc
bugs: https://github.com/paulmassen/grav-theme-hyde/issues
readme: https://github.com/paulmassen/grav-theme-hyde/blob/master/README.md
license: MIT
form:
validation: loose
fields:
tagline:
type: textarea
label: Site tagline
theme_color:
type: select
label: Select color
options:
theme-base-08: Red
theme-base-09: Orange
theme-base-0a: Yellow
theme-base-0b: Green
theme-base-0c: Olive
theme-base-0d: Blue
theme-base-0e: Purple
theme-base-0f: Brown
dropdown.enabled:
type: toggle
label: Blog posts in Menu
highlight: 1
default: 1
options:
1: PLUGIN_ADMIN.ENABLED
0: PLUGIN_ADMIN.DISABLED
validate:
type: bool