-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathblueprints.yaml
242 lines (217 loc) · 5.99 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
name: MediaEmbed
version: 1.3.0
description: "This plugin embeds several media sites (e.g. YouTube, Vimeo, Soundcloud) by only providing the URL to the medium."
icon: spinner
author:
name: Sommerregen
email: [email protected]
homepage: https://github.com/sommerregen/grav-plugin-mediaembed
keywords: [video, embed, oembed, media, youtube, vimeo, plugin]
docs: https://github.com/sommerregen/grav-plugin-mediaembed/blob/master/README.md
bugs: https://github.com/sommerregen/grav-plugin-mediaembed/issues
license: MIT/GPL
form:
validation: strict
fields:
global:
type: section
title: "Global plugin configurations"
underline: 1
fields:
enabled:
type: toggle
label: "Plugin Status"
highlight: 1
default: 0
options:
1: "Enabled"
0: "Disabled"
validate:
type: bool
built_in_css:
type: toggle
label: "Use built in CSS"
highlight: 1
default: 1
options:
1: "Yes"
0: "No"
validate:
type: bool
built_in_js:
type: toggle
label: "Use built in JS"
highlight: 1
default: 1
options:
1: "Yes"
0: "No"
validate:
type: bool
default:
type: section
title: "Default values for MediaEmbed configuration"
underline: 1
fields:
media:
type: section
title: "Media"
fields:
media.width:
type: text
size: x-small
label: "Default media width"
default: 640
placeholder: 640
validate:
type: int
min: 0
media.height:
type: text
size: x-small
label: "Default media height including controls"
default: 390
placeholder: 390
validate:
type: int
min: 0
media.adjust:
type: select
size: medium
label: "Adjust media size"
help: Adjust media or keep default dimensions?
default: 1
options:
1: "True - Adjust media size"
0: "False - Keep default dimensions"
validate:
type: bool
media.preview:
type: toggle
label: "Show preview"
default: 1
options:
1: "Yes"
0: "No"
validate:
type: bool
media.responsive:
type: toggle
label: "Responsive media"
help: "Allow media to be responsive"
default: 1
options:
1: "Enabled"
0: "Disabled"
validate:
type: bool
media.protocol:
type: text
size: medium
label: "Protocol"
help: "Default protocol for remote media resources"
default: "http://"
placeholder: "http://"
services:
type: section
title: "Services"
fields:
services.SoundCloud.enabled:
type: toggle
label: "Embed SoundCloud"
default: 1
options:
1: "Yes"
0: "No"
validate:
type: bool
services.Spotify.enabled:
type: toggle
label: "Embed Spotify"
default: 1
options:
1: "Yes"
0: "No"
validate:
type: bool
services.Flickr.enabled:
type: toggle
label: "Embed Flickr"
default: 1
options:
1: "Yes"
0: "No"
validate:
type: bool
services.Imgur.enabled:
type: toggle
label: "Embed Imgur"
default: 1
options:
1: "Yes"
0: "No"
validate:
type: bool
services.Instagram.enabled:
type: toggle
label: "Embed Instagram"
default: 1
options:
1: "Yes"
0: "No"
validate:
type: bool
services.Dailymotion.enabled:
type: toggle
label: "Embed Dailymotion"
default: 1
options:
1: "Yes"
0: "No"
validate:
type: bool
services.YouTube.enabled:
type: toggle
label: "Embed YouTube"
default: 1
options:
1: "Yes"
0: "No"
validate:
type: bool
services.Vimeo.enabled:
type: toggle
label: "Embed Vimeo"
default: 1
options:
1: "Yes"
0: "No"
validate:
type: bool
services.GitHub.enabled:
type: toggle
label: "Embed GitHub"
default: 1
options:
1: "Yes"
0: "No"
validate:
type: bool
services.Slides.enabled:
type: toggle
label: "Embed Slides"
default: 1
options:
1: "Yes"
0: "No"
validate:
type: bool
services.Twitter.enabled:
type: toggle
label: "Embed Twitter"
default: 1
options:
1: "Yes"
0: "No"
validate:
type: bool