-
Notifications
You must be signed in to change notification settings - Fork 0
/
blueprints.yaml
216 lines (214 loc) · 7.16 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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
name: Hadron
slug: hadron
type: theme
version: 2.0.0
description: 'Hadron is a modern Grav theme based on Quark. As a child/ inherited theme of Quark, it includes more advanced features than the original Quark theme. It also offers advanced styling options.'
icon: circle
author:
name: 'Crabston GmbH'
email: contact@crabston.dev
url: 'https://crabston.dev'
homepage: https://github.com/Crabston/grav-theme-hadron
demo: https://grav.demo.crabston.dev
keywords: grav, theme, hadron, quark, modern, advanced, styling, options
bugs: https://github.com/Crabston/grav-theme-hadron/issues
readme: https://github.com/Crabston/grav-theme-hadron/blob/main/README.md
license: MIT
dependencies:
- { name: grav, version: '>=1.6.0' }
- quark
form:
validation: loose
fields:
tabs:
type: tabs
active: 1
fields:
hadron:
type: tab
title: THEME.HADRON.TITLE
fields:
h5p:
type: section
title: THEME.HADRON.H5P.TITLE
underline: true
h5pembedrootpath:
type: text
size: long
label: THEME.HADRON.H5P.EMBED_URL.LABEL
default: 'https://h5p.org/h5p/embed/'
help: THEME.HADRON.H5P.EMBED_URL.HELP
description: THEME.HADRON.H5P.EMBED_URL.DESCRIPTION
validate:
type: URL
menu:
type: section
title: THEME.HADRON.MENU.TITLE
underline: true
dropdown.enabled:
type: toggle
label: THEME.HADRON.MENU.DISPLAY_DROPDOWNS.LABEL
highlight: 1
default: 1
options:
0: PLUGIN_ADMIN.DISABLED
1: PLUGIN_ADMIN.ENABLED
validate:
type: bool
quark:
type: tab
title: THEME.QUARK.TITLE
fields:
production-mode:
type: toggle
label: THEME.QUARK.PRODUCTION_MODE.LABEL
help: THEME.QUARK.PRODUCTION_MODE.HELP
highlight: 1
default: 1
options:
0: PLUGIN_ADMIN.DISABLED
1: PLUGIN_ADMIN.ENABLED
validate:
type: bool
grid-size:
type: select
label: THEME.QUARK.GRID_SIZE.LABEL
help: THEME.QUARK.GRID_SIZE.HELP
size: small
options:
'': THEME.QUARK.GRID_SIZE.OPTIONS.NONE
grid-xl: THEME.QUARK.GRID_SIZE.OPTIONS.GRID_XL
grid-lg: THEME.QUARK.GRID_SIZE.OPTIONS.GRID_LG
grid-md: THEME.QUARK.GRID_SIZE.OPTIONS.GRID_MD
header_section:
type: section
title: THEME.QUARK.HEADER.TITLE
underline: true
favicon:
type: file
label: THEME.QUARK.HEADER.FAVICON.LABEL
size: large
destination: 'theme://images'
multiple: false
markdown: true
description: THEME.QUARK.HEADER.FAVICON.DESCRIPTION
accept:
- 'image/*'
custom_logo:
type: file
label: THEME.QUARK.HEADER.CUSTOM_LOGO.LABEL
size: large
destination: 'theme://images/logo'
multiple: false
markdown: true
description: THEME.QUARK.HEADER.CUSTOM_LOGO.DESCRIPTION
accept:
- 'image/*'
custom_logo_mobile:
type: file
label: THEME.QUARK.HEADER.CUSTOM_LOGO_MOBILE.LABEL
size: large
destination: 'theme://images/logo'
multiple: false
accept:
- 'image/*'
header-fixed:
type: toggle
label: THEME.QUARK.HEADER.HEADER_FIXED.LABEL
help: THEME.QUARK.HEADER.HEADER_FIXED.HELP
highlight: 1
default: 1
options:
0: PLUGIN_ADMIN.DISABLED
1: PLUGIN_ADMIN.ENABLED
validate:
type: bool
header-animated:
type: toggle
label: THEME.QUARK.HEADER.HEADER_ANIMATED.LABEL
help: THEME.QUARK.HEADER.HEADER_ANIMATED.HELP
highlight: 1
default: 1
options:
0: PLUGIN_ADMIN.DISABLED
1: PLUGIN_ADMIN.ENABLED
validate:
type: bool
header-dark:
type: toggle
label: THEME.QUARK.HEADER.HEADER_DARK.LABEL
help: THEME.QUARK.HEADER.HEADER_DARK.HELP
highlight: 0
default: 0
options:
0: PLUGIN_ADMIN.DISABLED
1: PLUGIN_ADMIN.ENABLED
validate:
type: bool
header-transparent:
type: toggle
label: THEME.QUARK.HEADER.HEADER_TRANSPARENT.LABEL
help: THEME.QUARK.HEADER.HEADER_TRANSPARENT.HELP
highlight: 0
default: 1
options:
0: PLUGIN_ADMIN.DISABLED
1: PLUGIN_ADMIN.ENABLED
validate:
type: bool
footer_section:
type: section
title: THEME.QUARK.FOOTER.TITLE
underline: true
sticky-footer:
type: toggle
label: THEME.QUARK.FOOTER.STICKY_FOOTER.LABEL
help: THEME.QUARK.FOOTER.STICKY_FOOTER.HELP
highlight: 1
default: 1
options:
0: PLUGIN_ADMIN.DISABLED
1: PLUGIN_ADMIN.ENABLED
validate:
type: bool
blog_section:
type: section
title: THEME.QUARK.BLOG.TITLE
underline: true
blog-page:
type: text
label: THEME.QUARK.BLOG.BLOG_PAGE.LABEL
help: THEME.QUARK.BLOG.BLOG_PAGE.HELP
size: medium
default: /blog
blog_page_hero_classes:
type: text
label: THEME.QUARK.BLOG.HERO_CLASSES.LABEL
markdown: true
description: THEME.QUARK.BLOG.HERO_CLASSES.DESCRIPTION
spectre_section:
type: section
title: THEME.QUARK.SPECTRE.TITLE
underline: true
spectre.exp:
type: toggle
label: THEME.QUARK.SPECTRE.EXPERIMENTAL.LABEL
help: THEME.QUARK.SPECTRE.EXPERIMENTAL.HELP
highlight: 0
default: 0
options:
0: PLUGIN_ADMIN.DISABLED
1: PLUGIN_ADMIN.ENABLED
validate:
type: bool
spectre.icons:
type: toggle
label: THEME.QUARK.SPECTRE.ICONS.LABEL
help: THEME.QUARK.SPECTRE.ICONS.HELP
highlight: 0
default: 0
options:
0: PLUGIN_ADMIN.DISABLED
1: PLUGIN_ADMIN.ENABLED
validate:
type: bool