This repository has been archived by the owner on Apr 24, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathorigami.json
126 lines (126 loc) · 5.43 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
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
{
"description": "Card view of any kind of content",
"origamiType": "module",
"origamiCategory": "components",
"origamiVersion": 1,
"support": "https://github.com/Financial-Times/o-card/issues",
"supportContact": {
"email": "origami.support@ft.com",
"slack": "financialtimes/ft-origami"
},
"supportStatus": "dead",
"browserFeatures": {},
"ci": {
"travis": "https://api.travis-ci.org/repos/Financial-Times/o-card/builds.json"
},
"demosDefaults": {
"sass": "demos/src/main.scss",
"documentClasses": "",
"dependencies": "o-date@^2.8.0"
},
"demos": [
{
"name": "standard",
"title": "Standard",
"description": "Standard card",
"template": "demos/src/main.mustache",
"data": {
"card-timestamp": "2016-02-29T12:35:48Z",
"card-heading": "Japan sells negative yield 10-year bonds"
}
},
{
"name": "standout",
"title": "Standout",
"description": "Card with vertically aligned image",
"template": "demos/src/main.mustache",
"data": {
"card-image-url": "https://image.webservices.ft.com/v1/images/raw/http%3A%2F%2Fim.ft-static.com%2Fcontent%2Fimages%2Fa60ae24b-b87f-439c-bf1b-6e54946b4cf2.img?source=o-card-demo",
"card-modifier": "standout",
"card-timestamp": "2016-02-29T12:35:48Z",
"card-heading": "Japan sells negative yield 10-year bonds"
}
},
{
"name": "opinion",
"title": "Opinion",
"description": "Opinion card with no image",
"template": "demos/src/opinion.mustache",
"data": {
"card-meta-image": "http://image.webservices.ft.com/v1/images/raw/fthead:mrs-moneypenny?source=origami&width=60",
"card-modifier": "opinion",
"card-timestamp": "2016-02-29T12:35:48Z",
"card-heading": "Japan sells negative yield 10-year bonds"
}
},
{
"name": "image-horizontal",
"title": "Card with horizontal image",
"description": "Card with horizontally aligned image",
"template": "demos/src/main.mustache",
"data": {
"card-image-url": "https://image.webservices.ft.com/v1/images/raw/http%3A%2F%2Fim.ft-static.com%2Fcontent%2Fimages%2Fa60ae24b-b87f-439c-bf1b-6e54946b4cf2.img?source=o-card-demo",
"card-image-alignment": "left",
"card-modifier": "landscape",
"card-timestamp": "2016-02-29T12:35:48Z",
"card-heading": "Japan sells negative yield 10-year bonds"
}
},
{
"name": "image-horizontal-right",
"title": "Card with right aligned horizontal image",
"description": "Card with horizontally aligned image",
"template": "demos/src/main.mustache",
"data": {
"card-image-url": "https://image.webservices.ft.com/v1/images/raw/http%3A%2F%2Fim.ft-static.com%2Fcontent%2Fimages%2Fa60ae24b-b87f-439c-bf1b-6e54946b4cf2.img?source=o-card-demo",
"card-image-alignment": "right",
"card-modifier": "landscape",
"card-timestamp": "2016-02-29T12:35:48Z",
"card-heading": "Japan sells negative yield 10-year bonds more text more text more text",
"card-related-content": [
{"link": "Example related story"},
{"link": "Another related story"},
{"link": "Last related story"}
]
}
},
{
"name": "horizontal",
"title": "Horizontal",
"description": "Horizontally aligned card",
"template": "demos/src/main.mustache",
"data": {
"card-modifier": "landscape",
"card-timestamp": "2016-02-29T12:35:48Z",
"card-heading": "Japan sells negative yield 10-year bonds",
"card-standfirst": "Bondholders pay government for the privilege of lending it money"
}
},
{
"name": "full-content-image-top",
"title": "Large card full content",
"description": "Large Card with all content examples",
"template": "demos/src/main.mustache",
"data": {
"card-image-url": "https://image.webservices.ft.com/v1/images/raw/http%3A%2F%2Fim.ft-static.com%2Fcontent%2Fimages%2Fa60ae24b-b87f-439c-bf1b-6e54946b4cf2.img?source=o-card-demo",
"card-image-alignment": "top",
"card-modifier": "portrait",
"card-timestamp": "2016-02-29T12:35:48Z",
"card-heading": "Japan sells negative yield 10-year bonds",
"card-standfirst": "Bondholders pay government for the privilege of lending it money",
"card-related-content": [
{"link": "Example related story"},
{"link": "Another related story"},
{"link": "Last related story"}
]
}
},
{
"name": "pa11y",
"title": "Pa11y accessibility test",
"hidden": true,
"description": "Several uses cases to test accessibility",
"template": "demos/src/pa11y.mustache"
}
]
}