-
Notifications
You must be signed in to change notification settings - Fork 2
/
blueprints.yaml
101 lines (99 loc) · 2.77 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
name: HAX
version: 9.0.6
description: "HAX Headless authoring eXperience made available to GravCMS"
icon: google
author:
name: Bryan Ollendyke
email: hax@psu.edu
url: https://haxtheweb.org
homepage: https://github.com/haxtheweb/grav-plugin-hax
keywords: webcomponents,hax,lit,plugin
bugs: https://github.com/haxtheweb/grav-plugin-hax/issues
license: Apache 2.0
dependencies:
- admin
- atools
- webcomponents
form:
validation: strict
fields:
enabled:
type: toggle
label: Plugin Status
highlight: 1
default: 1
options:
1: Enabled
0: Disabled
validate:
type: bool
location:
type: hidden
label: Web components location
highlight: 1
default: 'https://cdn.webcomponents.psu.edu/cdn/'
validate:
type: string
other:
type: hidden
label: Other location
highlight: 1
default: ''
validate:
type: string
pk:
type: hidden
label: Public Key
highlight: 1
default: ''
validate:
type: string
stax:
type: hidden
label: Stax JSON
highlight: 1
default: '[]'
validate:
type: string
blox:
type: hidden
label: Blox JSON
highlight: 1
default: '[]'
validate:
type: string
autoload_element_list:
type: hidden
label: Elements to autoload
highlight: 1
default: '{"video-player": "@lrnwebcomponents/video-player/video-player.js","grid-plate": "@lrnwebcomponents/grid-plate/grid-plate.js","license-element": "@lrnwebcomponents/license-element/license-element.js","md-block": "@lrnwebcomponents/md-block/md-block.js","meme-maker": "@lrnwebcomponents/meme-maker/meme-maker.js","stop-note": "@lrnwebcomponents/stop-note/stop-note.js","wikipedia-query": "@lrnwebcomponents/wikipedia-query/wikipedia-query.js","cms-token": "@lrnwebcomponents/cms-hax/lib/cms-token.js","lrn-math-controller": "@lrnwebcomponents/lrn-math/lrn-math.js","retro-card": "@lrnwebcomponents/retro-card/retro-card.js","rss-items": "@lrnwebcomponents/rss-items/rss-items.js","self-check": "@lrnwebcomponents/self-check/self-check.js","team-member": "@lrnwebcomponents/team-member/team-member.js"}'
validate:
type: string
youtube_key:
type: hidden
label: Youtube API Key
highlight: 1
default: ''
validate:
type: string
vimeo_key:
type: hidden
label: Vimeo API Key
highlight: 1
default: ''
validate:
type: string
giphy_key:
type: hidden
label: Giphy API Key
highlight: 1
default: ''
validate:
type: string
flickr_key:
type: hidden
label: Flickr API Key
highlight: 1
default: ''
validate:
type: string