-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathdata.json
More file actions
30 lines (30 loc) · 697 Bytes
/
data.json
File metadata and controls
30 lines (30 loc) · 697 Bytes
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
{
"cards" : [
{
"card_image" : "http://placehold.it/450x150?text=IMAGE",
"card_title" : "Title for card 1",
"card_text" : "This is some card text."
},
{
"card_image" : "http://placehold.it/450x150?text=IMAGE",
"card_title" : "Title for card 2",
"card_text" : "This is some card text, which may be a bit longer than the rest."
},
{
"card_image" : "http://placehold.it/450x150?text=IMAGE",
"card_title" : "Title for card 3",
"card_text" : "This is some card text."
}
],
"navItems" : [
{
"menu_item" : "Index"
},
{
"menu_item" : "Page 1"
},
{
"menu_item" : "Page 2"
}
]
}