-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathblueprints.yaml
57 lines (53 loc) · 1.26 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
name: Mini Code
version: 1.1.0
description: Output tiny html code (or text) from file. Use twig filter.
icon: sticky-note-o
author:
name: Takefumi Ota
email: [email protected]
url: http://gracix.com
homepage: https://github.com/gracix/grav-plugin-minicode
keywords: snippet, minicode, html, plugin, shortcode
bugs: https://github.com/gracix/grav-plugin-minicode/issues
license: MIT
form:
validation: strict
fields:
enabled:
type: toggle
label: Plugin status
highlight: 1
default: 1
options:
1: Enabled
0: Disabled
validate:
type: bool
enabled_in_admin:
type: toggle
label: Enable in admin
highlight: 0
default: 0
help: Should Smartypants plugin work in the admin during content preview
options:
1: Enabled
0: Disabled
validate:
type: bool
twig_filter:
type: toggle
label: Twig filter
highlight: 1
default: 1
help: Load the Twig filter to be availble in Twig templates
options:
1: Enabled
0: Disabled
validate:
type: bool
data_directory:
type: text
label: Minicode files directory
size: large
validate:
min: 1