-
Notifications
You must be signed in to change notification settings - Fork 4
/
blueprints.yaml
277 lines (248 loc) · 8.22 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
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
name: "Shortcodes"
version: 1.2.0
description: "This plugin enables to use shortcodes (simple snippets) inside a document to be rendered by Grav."
icon: puzzle-piece
author:
name: Sommerregen
email: [email protected]
homepage: https://github.com/sommerregen/grav-plugin-shortcodes
keywords: [shortcodes, twig, grav, extension, plugin]
docs: https://github.com/sommerregen/grav-plugin-shortcodes/blob/master/README.md
bugs: https://github.com/sommerregen/grav-plugin-shortcodes/issues
license: MIT/GPL
form:
validation: strict
fields:
global:
type: section
title: PLUGINS.SHORTCODES.GLOBAL_CONFIG
underline: 1
fields:
enabled:
type: toggle
label: PLUGINS.SHORTCODES.PLUGIN_STATUS
highlight: 1
default: 0
options:
1: PLUGIN_ADMIN.ENABLED
0: PLUGIN_ADMIN.DISABLED
validate:
type: bool
default:
type: section
title: PLUGINS.SHORTCODES.DEFAULT_CONFIG
underline: 1
fields:
assets:
type: fieldset
collapsible: false
icon: list-alt
title: PLUGINS.SHORTCODES.ASSETS
fields:
shortcodes.assets.enabled:
type: toggle
label: PLUGINS.SHORTCODES.ASSETS_ENABLED
default: 1
highlight: 1
options:
1: PLUGIN_ADMIN.YES
0: PLUGIN_ADMIN.NO
validate:
type: bool
assets.options:
type: fieldset
title: PLUGINS.SHORTCODES.OPTIONS
collapsible: true
collapsed: true
icon: gear
fields:
shortcodes.assets.options.type:
type: select
size: small
label: PLUGINS.SHORTCODES.ASSETS_OPTIONS.TYPE
default: css
options:
css: PLUGINS.SHORTCODES.ASSETS_OPTIONS.CSS
js: PLUGINS.SHORTCODES.ASSETS_OPTIONS.JS
validate:
type: string
shortcodes.assets.options.inline:
type: toggle
label: PLUGINS.SHORTCODES.ASSETS_OPTIONS.INLINE
default: 0
options:
1: PLUGIN_ADMIN.YES
0: PLUGIN_ADMIN.NO
validate:
type: bool
shortcodes.assets.options.priority:
type: text
size: x-small
label: PLUGINS.SHORTCODES.ASSETS_OPTIONS.PRIORITY
help: PLUGINS.SHORTCODES.ASSETS_OPTIONS.PRIORITY_HELP
default: 10
validate:
type: int
min: 0
max: 65536
shortcodes.assets.options.pipeline:
type: toggle
label: PLUGINS.SHORTCODES.ASSETS_OPTIONS.PIPELINE
default: 0
options:
1: PLUGIN_ADMIN.YES
0: PLUGIN_ADMIN.NO
validate:
type: bool
shortcodes.assets.options.load:
type: select
size: large
label: PLUGINS.SHORTCODES.ASSETS_OPTIONS.LOAD
help: PLUGINS.SHORTCODES.ASSETS_OPTIONS.LOAD_HELP
default: ""
options:
"": PLUGINS.SHORTCODES.ASSETS_OPTIONS.DEFAULT
async: PLUGINS.SHORTCODES.ASSETS_OPTIONS.ASYNC
defer: PLUGINS.SHORTCODES.ASSETS_OPTIONS.DEFER
comment:
type: fieldset
title: PLUGINS.SHORTCODES.COMMENT
collapsed: true
icon: comments
fields:
shortcodes.comment.enabled:
type: toggle
label: PLUGINS.SHORTCODES.COMMENT_ENABLED
default: 1
highlight: 1
options:
1: PLUGIN_ADMIN.YES
0: PLUGIN_ADMIN.NO
validate:
type: bool
embed:
type: fieldset
title: PLUGINS.SHORTCODES.EMBED
collapsible: true
collapsed: false
icon: trello
fields:
shortcodes.embed.enabled:
type: toggle
label: PLUGINS.SHORTCODES.EMBED_ENABLED
default: 1
highlight: 1
options:
1: PLUGIN_ADMIN.YES
0: PLUGIN_ADMIN.NO
validate:
type: bool
embed.options:
type: fieldset
title: PLUGINS.SHORTCODES.OPTIONS
collapsible: true
collapsed: true
icon: gear
fields:
shortcodes.embed.options.template:
type: text
size: medium
label: PLUGINS.SHORTCODES.EMBED_TEMPLATE
placeholder: "template"
validate:
type: string
markdown:
type: fieldset
title: PLUGINS.SHORTCODES.MARKDOWN
collapsible: false
icon: code
fields:
shortcodes.markdown.enabled:
type: toggle
label: PLUGINS.SHORTCODES.MARKDOWN_ENABLED
default: 1
highlight: 1
options:
1: PLUGIN_ADMIN.YES
0: PLUGIN_ADMIN.NO
validate:
type: bool
markdown.options:
type: fieldset
title: PLUGINS.SHORTCODES.OPTIONS
collapsible: true
collapsed: true
icon: gear
fields:
shortcodes.markdown.options.extra:
type: toggle
label: Markdown extra
help: PLUGIN_ADMIN.MARKDOWN_EXTRA_HELP
default: 1
options:
1: PLUGIN_ADMIN.YES
0: PLUGIN_ADMIN.NO
validate:
type: bool
shortcodes.markdown.options.auto_line_breaks:
type: toggle
label: PLUGIN_ADMIN.AUTO_LINE_BREAKS
help: PLUGIN_ADMIN.AUTO_LINE_BREAKS_HELP
default: 0
options:
1: PLUGIN_ADMIN.YES
0: PLUGIN_ADMIN.NO
validate:
type: bool
shortcodes.markdown.options.auto_url_links:
type: toggle
label: PLUGIN_ADMIN.AUTO_URL_LINKS
help: PLUGIN_ADMIN.AUTO_URL_LINKS_HELP
default: 0
options:
1: PLUGIN_ADMIN.YES
0: PLUGIN_ADMIN.NO
validate:
type: bool
shortcodes.markdown.options.escape_markup:
type: toggle
label: PLUGIN_ADMIN.ESCAPE_MARKUP
help: PLUGIN_ADMIN.ESCAPE_MARKUP_HELP
default: 0
options:
1: PLUGIN_ADMIN.YES
0: PLUGIN_ADMIN.NO
validate:
type: bool
summary:
type: fieldset
title: PLUGINS.SHORTCODES.SUMMARY
collapsible: false
icon: align-justify
fields:
shortcodes.summary.enabled:
type: toggle
label: PLUGINS.SHORTCODES.SUMMARY_ENABLED
default: 1
highlight: 1
options:
1: PLUGIN_ADMIN.YES
0: PLUGIN_ADMIN.NO
validate:
type: bool
twig:
type: fieldset
title: PLUGINS.SHORTCODES.TWIG
collapsible: false
icon: leaf
fields:
shortcodes.twig.enabled:
type: toggle
label: PLUGINS.SHORTCODES.TWIG_ENABLED
default: 1
highlight: 1
options:
1: PLUGIN_ADMIN.YES
0: PLUGIN_ADMIN.NO
validate:
type: bool