-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpage.json
63 lines (63 loc) · 1.36 KB
/
page.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
{
"Page": {
"uid": {
"type": "UID",
"config": {
"label": "UID",
"placeholder": "unique-identifier-eg-homepage"
}
},
"body": {
"type": "Slices",
"fieldset": "Slice zone",
"config": {
"labels": {},
"choices": {}
}
}
},
"SEO Metadata": {
"meta_title": {
"type": "Text",
"config": {
"label": "Meta Title",
"placeholder": "My title for Search Engine"
}
},
"meta_description": {
"type": "Text",
"config": {
"label": "Meta Description",
"placeholder": "The description that will appear in search engine"
}
},
"social_cards": {
"type": "Group",
"config": {
"fields": {
"social_card_image": {
"type": "Image",
"config": {
"constraint": {},
"thumbnails": [],
"label": "Social Card Image"
}
},
"social_card_title": {
"type": "Text",
"config": {
"label": "Social Card Title"
}
},
"social_card_description": {
"type": "Text",
"config": {
"label": "Social card description"
}
}
},
"label": "Social Cards - Facebook & Twitter"
}
}
}
}