-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathblueprints.yaml
executable file
·45 lines (45 loc) · 1.2 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
name: Minify Html
version: 1.1.2
description: Minify HTML output
icon: compress
keywords: 'grav, plugin, minify html'
license: MIT
author:
name: jimblue
homepage: 'https://github.com/jimblue/grav-plugin-minify-html'
bugs: 'https://github.com/jimblue/grav-plugin-minify-html/issues'
docs: 'https://github.com/jimblue/grav-plugin-minify-html/blob/master/README.md'
form:
validation: strict
fields:
enabled:
type: toggle
label: PLUGIN_ADMIN.PLUGIN_STATUS
highlight: 1
default: 1
options:
'1': PLUGIN_ADMIN.ENABLED
'0': PLUGIN_ADMIN.DISABLED
validate:
type: bool
cache:
type: toggle
label: PLUGIN_MINIFYHTML.CACHE.LABEL
help: PLUGIN_MINIFYHTML.CACHE.HELP
highlight: 1
default: 0
options:
'1': PLUGIN_ADMIN.ENABLED
'0': PLUGIN_ADMIN.DISABLED
validate:
type: bool
mode:
type: select
size: medium
label: PLUGIN_MINIFYHTML.MODE.LABEL
help: PLUGIN_MINIFYHTML.MODE.HELP
default: default
options:
default: PLUGIN_MINIFYHTML.MODE.OPTION.DEFAULT
fastest: PLUGIN_MINIFYHTML.MODE.OPTION.FASTEST
smallest: PLUGIN_MINIFYHTML.MODE.OPTION.SMALLEST