-
Notifications
You must be signed in to change notification settings - Fork 5
/
blueprints.yaml
425 lines (386 loc) · 12 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
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
name: Aviary Image Editor
version: 1.0.3
description: Aviary image editor integration with the Grav CMS
icon: pencil
author:
name: URBANSQUID
email: ric@urbansquid.london
homepage: https://github.com/ricardo118/grav-aviary-plugin
keywords: aviary, image editor, photoshop, images, adobe, adobe cloud
bugs: https://github.com/ricardo118/grav-aviary-plugin/issues
docs: https://github.com/ricardo118/grav-aviary-plugin/blob/develop/README.md
license: MIT
form:
validation: strict
fields:
tabs:
type: tabs
active: 1
fields:
configuration:
type: tab
title: PLUGIN_AVIARY.SECTION_CONFIGURATION
fields:
enabled:
type: toggle
label: PLUGIN_AVIARY.PLUGIN_STATUS
highlight: 1
default: 0
options:
1: PLUGIN_AVIARY.ENABLED
0: PLUGIN_AVIARY.DISABLED
validate:
type: bool
language:
type: select
size: medium
label: PLUGIN_AVIARY.LANGUAGE
help: PLUGIN_AVIARY.LANGUAGE_HELP
default: 0
options:
en: English
bg: Bulgarian
ca: Catalan
zh_HANS: Chinese (simplified)
zh_HANT: Chinese (traditional)
cs: Czech
da: Danish
nl: Dutch
fi: Finnish
fr: French
de: German
el: Greek
he: Hebrew
hu: Hungarian
id: Indonesian
it: Italian
jp: Japanese
ko: Korean
lv: Latvian
lt: Lithuanian
no: Norwegian
pl: Polish
pt: Portuguese
pt_BR: Portuguese (Brazilian)
ru: Russian
es: Spanish
sk: Slovak
sv: Swedish
tr: Turkish
vi: Vietnamese
dev_options:
type: tab
title: PLUGIN_AVIARY.SECTION_DEVS
fields:
spacer_cors:
type: spacer
text: PLUGIN_AVIARY.ENABLE_CORS_NOTE
enable_cors:
type: toggle
label: PLUGIN_AVIARY.ENABLE_CORS
help: PLUGIN_AVIARY.ENABLE_CORS_HELP
highlight: 1
default: 0
options:
1: PLUGIN_AVIARY.ENABLED
0: PLUGIN_AVIARY.DISABLED
validate:
type: bool
all_tools:
type: radio
label: PLUGIN_AVIARY.TOOLS_RADIO
help: PLUGIN_AVIARY.TOOLS_RADIO_HELP
highlight: 1
default: all
options:
all: All
basic: Basic
custom: Custom
spacer_tools_fake:
type: spacer
text: ' '
spacer_tools:
type: spacer
title: PLUGIN_AVIARY.SPACER_TITLE
text: PLUGIN_AVIARY.SPACER_TEXT
enhance:
type: toggle
label: PLUGIN_AVIARY.ENHANCE
description: PLUGIN_AVIARY.ENHANCE_HELP
highlight: 1
default: 0
options:
1: PLUGIN_AVIARY.ENABLED
0: PLUGIN_AVIARY.DISABLED
validate:
type: bool
effects:
type: toggle
label: PLUGIN_AVIARY.EFFECTS
description: PLUGIN_AVIARY.EFFECTS_HELP
highlight: 1
default: 0
options:
1: PLUGIN_AVIARY.ENABLED
0: PLUGIN_AVIARY.DISABLED
validate:
type: bool
frames:
type: toggle
label: PLUGIN_AVIARY.FRAMES
description: PLUGIN_AVIARY.FRAMES_HELP
highlight: 1
default: 0
options:
1: PLUGIN_AVIARY.ENABLED
0: PLUGIN_AVIARY.DISABLED
validate:
type: bool
overlays:
type: toggle
label: PLUGIN_AVIARY.OVERLAYS
description: PLUGIN_AVIARY.OVERLAYS_HELP
highlight: 1
default: 0
options:
1: PLUGIN_AVIARY.ENABLED
0: PLUGIN_AVIARY.DISABLED
validate:
type: bool
stickers:
type: toggle
label: PLUGIN_AVIARY.STICKERS
description: PLUGIN_AVIARY.STICKERS_HELP
highlight: 1
default: 0
options:
1: PLUGIN_AVIARY.ENABLED
0: PLUGIN_AVIARY.DISABLED
validate:
type: bool
orientation:
type: toggle
label: PLUGIN_AVIARY.ORIENTATION
description: PLUGIN_AVIARY.ORIENTATION_HELP
highlight: 1
default: 0
options:
1: PLUGIN_AVIARY.ENABLED
0: PLUGIN_AVIARY.DISABLED
validate:
type: bool
crop:
type: toggle
label: PLUGIN_AVIARY.CROP
description: PLUGIN_AVIARY.CROP_HELP
highlight: 1
default: 0
options:
1: PLUGIN_AVIARY.ENABLED
0: PLUGIN_AVIARY.DISABLED
validate:
type: bool
resize:
type: toggle
label: PLUGIN_AVIARY.RESIZE
description: PLUGIN_AVIARY.RESIZE_HELP
highlight: 1
default: 0
options:
1: PLUGIN_AVIARY.ENABLED
0: PLUGIN_AVIARY.DISABLED
validate:
type: bool
lighting:
type: toggle
label: PLUGIN_AVIARY.LIGHTING
description: PLUGIN_AVIARY.LIGHTING_HELP
highlight: 1
default: 0
options:
1: PLUGIN_AVIARY.ENABLED
0: PLUGIN_AVIARY.DISABLED
validate:
type: bool
color:
type: toggle
label: PLUGIN_AVIARY.COLOR
description: PLUGIN_AVIARY.COLOR_HELP
highlight: 1
default: 0
options:
1: PLUGIN_AVIARY.ENABLED
0: PLUGIN_AVIARY.DISABLED
validate:
type: bool
sharpness:
type: toggle
label: PLUGIN_AVIARY.SHARPNESS
description: PLUGIN_AVIARY.SHARPNESS_HELP
highlight: 1
default: 0
options:
1: PLUGIN_AVIARY.ENABLED
0: PLUGIN_AVIARY.DISABLED
validate:
type: bool
focus:
type: toggle
label: PLUGIN_AVIARY.FOCUS
description: PLUGIN_AVIARY.FOCUS_HELP
highlight: 1
default: 0
options:
1: PLUGIN_AVIARY.ENABLED
0: PLUGIN_AVIARY.DISABLED
validate:
type: bool
vignette:
type: toggle
label: PLUGIN_AVIARY.VIGNETTE
description: PLUGIN_AVIARY.VIGNETTE_HELP
highlight: 1
default: 0
options:
1: PLUGIN_AVIARY.ENABLED
0: PLUGIN_AVIARY.DISABLED
validate:
type: bool
blemish:
type: toggle
label: PLUGIN_AVIARY.BLEMISH
description: PLUGIN_AVIARY.BLEMISH_HELP
highlight: 1
default: 0
options:
1: PLUGIN_AVIARY.ENABLED
0: PLUGIN_AVIARY.DISABLED
validate:
type: bool
whiten:
type: toggle
label: PLUGIN_AVIARY.WHITEN
description: PLUGIN_AVIARY.WHITEN_HELP
highlight: 1
default: 0
options:
1: PLUGIN_AVIARY.ENABLED
0: PLUGIN_AVIARY.DISABLED
validate:
type: bool
redeye:
type: toggle
label: PLUGIN_AVIARY.REDEYE
description: PLUGIN_AVIARY.REDEYE_HELP
highlight: 1
default: 0
options:
1: PLUGIN_AVIARY.ENABLED
0: PLUGIN_AVIARY.DISABLED
validate:
type: bool
draw:
type: toggle
label: PLUGIN_AVIARY.DRAW
description: PLUGIN_AVIARY.DRAW_HELP
highlight: 1
default: 0
options:
1: PLUGIN_AVIARY.ENABLED
0: PLUGIN_AVIARY.DISABLED
validate:
type: bool
colorsplash:
type: toggle
label: PLUGIN_AVIARY.COLORSPLASH
description: PLUGIN_AVIARY.COLORSPLASH_HELP
highlight: 1
default: 0
options:
1: PLUGIN_AVIARY.ENABLED
0: PLUGIN_AVIARY.DISABLED
validate:
type: bool
text:
type: toggle
label: PLUGIN_AVIARY.TEXT
description: PLUGIN_AVIARY.TEXT_HELP
highlight: 1
default: 0
options:
1: PLUGIN_AVIARY.ENABLED
0: PLUGIN_AVIARY.DISABLED
validate:
type: bool
meme:
type: toggle
label: PLUGIN_AVIARY.MEME
description: PLUGIN_AVIARY.MEME_HELP
highlight: 1
default: 0
options:
1: PLUGIN_AVIARY.ENABLED
0: PLUGIN_AVIARY.DISABLED
validate:
type: bool
spacer_crop:
type: spacer
text: ' '
underline: true
crop_presets:
type: array
label: PLUGIN_AVIARY.CROP_PRESETS
help: PLUGIN_AVIARY.CROP_PRESETS_HELP
placeholder_key: PLUGIN_AVIARY.CROP_KEY
placeholder_value: PLUGIN_AVIARY.CROP_VALUE
crop_strict:
type: toggle
label: PLUGIN_AVIARY.CROP_STRICT
help: PLUGIN_AVIARY.CROP_STRICT_HELP
highlight: 1
default: 0
options:
1: PLUGIN_AVIARY._YES
0: PLUGIN_AVIARY._NO
validate:
type: bool
img_quality:
type: text
size: x-small
label: PLUGIN_AVIARY.IMG_Q
help: PLUGIN_AVIARY.IMG_Q_HELP
placeholder: PLUGIN_AVIARY.IMG_Q_PLACEHOLDER
validate:
type: number
min: 1
max: 100
theme:
type: tab
title: PLUGIN_AVIARY.SECTION_THEME
fields:
theme_select:
type: radio
label: PLUGIN_AVIARY.THEME
help: PLUGIN_AVIARY.THEME_HELP
highlight: 1
default: dark
options:
light: Light
dark: Dark
minimum: Minimum
custom: Custom
advanced:
type: spacer
title: PLUGIN_AVIARY.THEME_WARNING_T
text: PLUGIN_AVIARY.THEME_WARNING
theme_custom_editor:
classes: aviary-theme-editor
type: editor
label: PLUGIN_AVIARY.CUSTOM_CSS
help: PLUGIN_AVIARY.CUSTOM_CSS
default: PLUGIN_AVIARY.CUSTOM_CSS_CODE
codemirror:
mode: 'css'
indentUnit: 4
lineNumbers: true
styleActiveLine: true