-
-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathblueprints.yaml
38 lines (36 loc) · 1010 Bytes
/
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
name: Landed
version: 0.3.0
description: Grav port of Landed theme by HTML5 UP
icon: rebel
author:
name: Hugh Barnes
email: dev@hubns.com
homepage: https://github.com/hughbris/grav-theme-landed
demo: https://behold.metamotive.co.nz/landed
keywords: grav, theme, etc
bugs: https://github.com/hughbris/grav-theme-landed/issues
readme: https://github.com/hughbris/grav-theme-landed/blob/develop/README.md
docs: https://github.com/hughbris/grav-theme-landed/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
conformance.jquery:
type: toggle
label: Use source theme's jQuery version
default: 1
options:
1: PLUGIN_ADMIN.ENABLED
0: PLUGIN_ADMIN.DISABLED
validate:
type: bool