-
Notifications
You must be signed in to change notification settings - Fork 60
/
Copy pathblueprints.yaml
176 lines (158 loc) · 4.14 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
name: Quark
slug: quark
type: theme
version: 2.1.1
description: New Grav Default Theme
icon: microchip
author:
name: Team Grav
email: [email protected]
url: https://getgrav.org
homepage: https://github.com/getgrav/grav-theme-quark
demo: https://demo.getgrav.org/onepage-skeleton
keywords: quark, spectre, theme, core, modern, fast, responsive, html5, css3
bugs: https://github.com/getgrav/grav-theme-quark/issues
license: MIT
dependencies:
- { name: grav, version: '>=1.6.0' }
form:
validation: loose
fields:
production-mode:
type: toggle
label: THEME_QUARK.ADMIN.PRODUCTION_MODE
help: THEME_QUARK.ADMIN.PRODUCTION_MODE_HELP
highlight: 1
default: 1
options:
1: PLUGIN_ADMIN.ENABLED
0: PLUGIN_ADMIN.DISABLED
validate:
type: bool
grid-size:
type: select
label: THEME_QUARK.ADMIN.GRID_SIZE
help: THEME_QUARK.ADMIN.GRID_SIZE_HELP
size: small
options:
'': THEME_QUARK.ADMIN.GRID_SIZE_NONE
grid-xl: THEME_QUARK.ADMIN.GRID_SIZE_EXTRA_LARGE
grid-lg: THEME_QUARK.ADMIN.GRID_SIZE_LARGE
grid-md: THEME_QUARK.ADMIN.GRID_SIZE_MEDIUM
header_section:
type: section
title: THEME_QUARK.ADMIN.HEADER_DEFAULTS
underline: true
custom_logo:
type: file
label: THEME_QUARK.ADMIN.CUSTOM_LOGO
size: large
destination: 'theme://images/logo'
multiple: false
markdown: true
description: THEME_QUARK.ADMIN.CUSTOM_LOGO_DESCRIPTION
accept:
- image/*
custom_logo_mobile:
type: file
label: THEME_QUARK.ADMIN.CUSTOM_LOGO_MOBILE
size: large
destination: 'theme://images/logo'
multiple: false
accept:
- image/*
header-fixed:
type: toggle
label: THEME_QUARK.ADMIN.HEADER_FIXED
help: THEME_QUARK.ADMIN.HEADER_FIXED_HELP
highlight: 1
default: 1
options:
1: PLUGIN_ADMIN.ENABLED
0: PLUGIN_ADMIN.DISABLED
validate:
type: bool
header-animated:
type: toggle
label: THEME_QUARK.ADMIN.HEADER_ANIMATED
help: THEME_QUARK.ADMIN.HEADER_ANIMATED_HELP
highlight: 1
default: 1
options:
1: PLUGIN_ADMIN.ENABLED
0: PLUGIN_ADMIN.DISABLED
validate:
type: bool
header-dark:
type: toggle
label: THEME_QUARK.ADMIN.HEADER_DARK
help: THEME_QUARK.ADMIN.HEADER_DARK_HELP
highlight: 0
default: 0
options:
1: PLUGIN_ADMIN.ENABLED
0: PLUGIN_ADMIN.DISABLED
validate:
type: bool
header-transparent:
type: toggle
label: THEME_QUARK.ADMIN.HEADER_TRANSPARENT
help: THEME_QUARK.ADMIN.HEADER_TRANSPARENT_HELP
highlight: 0
default: 0
options:
1: PLUGIN_ADMIN.ENABLED
0: PLUGIN_ADMIN.DISABLED
validate:
type: bool
footer_section:
type: section
title: THEME_QUARK.ADMIN.FOOTER_DEFAULTS
underline: true
sticky-footer:
type: toggle
label: THEME_QUARK.ADMIN.STICKY_FOOTER
help: THEME_QUARK.ADMIN.STICKY_FOOTER_HELP
highlight: 1
default: 1
options:
1: PLUGIN_ADMIN.ENABLED
0: PLUGIN_ADMIN.DISABLED
validate:
type: bool
blog_section:
type: section
title: THEME_QUARK.ADMIN.BLOG_DEFAULTS
underline: true
blog-page:
type: text
label: THEME_QUARK.ADMIN.BLOG_PAGE
help: THEME_QUARK.ADMIN.BLOG_PAGE_HELP
size: medium
default: '/blog'
spectre_section:
type: section
title: THEME_QUARK.ADMIN.SPECTRE_OPTIONS
underline: true
spectre.exp:
type: toggle
label: THEME_QUARK.ADMIN.SPECTRE_EXP
help: THEME_QUARK.ADMIN.SPECTRE_EXP_HELP
highlight: 0
default: 0
options:
1: PLUGIN_ADMIN.ENABLED
0: PLUGIN_ADMIN.DISABLED
validate:
type: bool
spectre.icons:
type: toggle
label: THEME_QUARK.ADMIN.SPECTRE_ICONS
help: THEME_QUARK.ADMIN.SPECTRE_ICONS_HELP
highlight: 0
default: 0
options:
1: PLUGIN_ADMIN.ENABLED
0: PLUGIN_ADMIN.DISABLED
validate:
type: bool