This repository has been archived by the owner on Nov 26, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
origami.json
69 lines (69 loc) · 1.57 KB
/
origami.json
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
{
"origamiVersion": "2.0",
"origamiType": "component",
"supportStatus": "active",
"brands" : [
"master"
],
"support": "https://github.com/Financial-Times/o-video/issues",
"supportContact": {
"slack": "financialtimes/content-innovation",
"email": "[email protected]"
},
"browserFeatures": {
"required": [
"fetch",
"Array.prototype.find",
"Array.prototype.includes",
"Object.assign"
]
},
"demosDefaults": {
"sass": "demos/src/main.scss",
"js": "demos/src/demo.js",
"dependencies": [
"o-fonts@^5.0.0",
"o-normalise@^3.0.0"
]
},
"demos": [
{
"title": "Native",
"name": "native",
"description": "Native",
"template": "demos/src/video.mustache"
},
{
"title": "Captions",
"name": "captions",
"description": "With closed captions",
"template": "demos/src/captions.mustache"
},
{
"title": "Placeholder",
"name": "placeholder",
"description": "Placeholder",
"template": "demos/src/placeholder.mustache"
},
{
"title": "Placeholder With Hint",
"name": "placeholder with hint",
"description": "Placeholder with custom icon hint",
"template": "demos/src/placeholder-icon-hint.mustache"
},
{
"title": "Playlist",
"name": "playlist",
"description": "Wrap a player with a playlist",
"template": "demos/src/playlist.mustache",
"js": "demos/src/playlist.js"
},
{
"title": "Size Variations",
"name": "size variations",
"description": "Display the video at preset sizes",
"template": "demos/src/sizes.mustache",
"js": "demos/src/sizes.js"
}
]
}