forked from getgrav/grav-plugin-shortcode-core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
blueprints.yaml
127 lines (116 loc) · 2.9 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
name: Shortcode Core
slug: shortcode-core
type: plugin
version: 5.1.3
description: "This plugin provides the core functionality for shortcode plugins"
icon: code
author:
name: Team Grav
email: [email protected]
url: http://getgrav.org
homepage: https://github.com/getgrav/grav-plugin-shortcode-core
demo: http://learn.getgrav.org
keywords: gui, plugin, tabs, twig
bugs: https://github.com/getgrav/grav-plugin-shortcode-core/issues
license: MIT
dependencies:
- { name: grav, version: '>=1.6.4' }
form:
validation: strict
fields:
enabled:
type: toggle
label: Plugin Enabled
highlight: 1
default: 1
options:
1: Enabled
0: Disabled
validate:
type: bool
active:
type: toggle
label: Activated
help: Site-Wide activation
highlight: 1
default: 1
options:
1: Enabled
0: Disabled
validate:
type: bool
active_admin:
type: toggle
label: Activated in Admin
highlight: 1
default: 1
options:
1: Enabled
0: Disabled
validate:
type: bool
admin_pages_only:
type: toggle
label: Admin Real-Pages Only
help: When activate, only process real-pages
highlight: 1
default: 1
options:
1: Enabled
0: Disabled
validate:
type: bool
parser:
type: select
size: medium
classes: fancy
label: Processor
help: Which built-in processor to use. WordPress (fastest), Regular (customizable), Regex (solid)
options:
wordpress: WordpressParser
regex: RegexParser
regular: RegularParser
custom_shortcodes:
type: text
label: Custom Shortcodes
help: The path to a location where you store custom shortcodes.
placeholder: '/user/custom/shortcodes'
size: large
css.notice_enabled:
type: toggle
label: Enable Notice Shortcode CSS
help: Enable the default notice CSS by default. Disable if you want to use your own custom CSS.
highlight: 1
default: 1
options:
1: Enabled
0: Disabled
validate:
type: bool
fontawesome.load:
type: toggle
label: Load Fontawesome Library
help: Used by the `safe-email` shortcode if your theme doesn't already load it
highlight: 1
default: 1
options:
1: Enabled
0: Disabled
validate:
type: bool
fontawesome.url:
type: text
label: Fontawesome URL
help: You can change the location of fontawesome by changing this URL
size: large
fontawesome.v5:
type: toggle
label: Use Fontawesome Version 5
help: Allows usage of the 'fab', 'fas' and other new font families of Fontawesome 5.
highlight: 0
default: 0
options:
1: Enabled
0: Disabled
validate:
type: bool