-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathblueprints.yaml
79 lines (77 loc) · 2.71 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
name: frog-hurricane
slug: frog-hurricane
type: theme
version: 0.1.0
description: A lightweight and versatile theme for Grav CMS, built with Tailwind CSS
icon: rebel
author:
name: A lightweight and versatile theme for Grav CMS, built with Tailwind CSS
email: [email protected]
homepage: https://github.com/a-lightweight-and-versatile-theme-for-grav-cms-built-with-tailwind-css/grav-theme-frog-hurricane
demo: http://demo.yoursite.com
keywords: grav, theme, etc
bugs: https://github.com/a-lightweight-and-versatile-theme-for-grav-cms-built-with-tailwind-css/grav-theme-frog-hurricane/issues
readme: https://github.com/a-lightweight-and-versatile-theme-for-grav-cms-built-with-tailwind-css/grav-theme-frog-hurricane/blob/develop/README.md
license: MIT
dependencies:
- { name: grav, version: ">=1.6.0" }
form:
validation: loose
fields:
navbar:
type: fieldset
title: Navbar
icon: navicon
collapsed: false
collapsible: true
fields:
navbar.dropdown.enabled:
type: toggle
label: Dropdown in Menu
highlight: 1
default: 1
options:
1: PLUGIN_ADMIN.ENABLED
0: PLUGIN_ADMIN.DISABLED
validate:
type: bool
navbar.shadow.enabled:
type: toggle
label: Navbar Shadow
highlight: 1
default: 1
options:
1: PLUGIN_ADMIN.ENABLED
0: PLUGIN_ADMIN.DISABLED
validate:
type: bool
navbar.top_fixed.enabled:
type: toggle
label: Navbar Fixed to Top of Screen
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
custom_logo:
type: file
label: Custom Logo
size: large
destination: "theme://images/logo"
multiple: false
markdown: true
description: Will be used instead of default logo `theme://images/logo.png`
accept:
- image/*