forked from ManuOSMx/amp_stories_base
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bookend.json
43 lines (43 loc) · 923 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 to read"
},
{
"type": "small",
"title": "Learn about cats",
"url": "https://wikipedia.org/wiki/Cat",
"image": "assets/bookend_cats.jpg"
},
{
"type": "landscape",
"title": "Learn about border collies",
"url": "https://wikipedia.org/wiki/Border_Collie",
"image": "assets/bookend_dogs.jpg",
"category": "Dogs"
},
{
"type": "portrait",
"title": "Learn about macaws",
"url": "https://wikipedia.org/wiki/Macaw",
"image": "assets/bookend_birds.jpg",
"category": "birds"
},
{
"type": "cta-link",
"links": [
{
"text": "Learn more",
"url": "https://www.ampproject.org/stories/"
}
]
}
]
}