-
Notifications
You must be signed in to change notification settings - Fork 0
/
bookend.json
43 lines (43 loc) · 886 Bytes
/
bookend.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
{
"bookendVersion": "v1.0",
"shareProviders": [
"facebook",
"twitter",
"email"
],
"components": [
{
"type": "heading",
"text": "More from your personalized feed"
},
{
"type": "small",
"title": "Learn about restaurant indsutry",
"url": "https://www.wsj.com",
"image": "assets/amp-1.jpeg"
},
{
"type": "landscape",
"title": "Learn about Hong Kong",
"url": "https://www.wsj.com",
"image": "assets/amp-2.jpeg",
"category": "Real Estate"
},
{
"type": "portrait",
"title": "Learn about Brazil",
"url": "https://www.wsj.com",
"image": "assets/amp-3.jpeg",
"category": "International"
},
{
"type": "cta-link",
"links": [
{
"text": "WSJ home",
"url": "https://www.wsj.com"
}
]
}
]
}