-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsites.json
79 lines (79 loc) · 1.74 KB
/
sites.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
{
"_id": {
"domain": "",
"collectionPrefix": ""
},
"title": "MERN-stack-CMS App",
"description": "A MERN-stack-CMS site.",
"front_page": {
"show_on_front": "posts",
"page_on_front": null,
"page_for_posts": null
},
"footer": [
{
"_id": { "$oid": "5099803df3f4948bd2f98391" },
"type": "markdown",
"body": {
"variant": "caption",
"align": "center",
"content": "©2018 MERN-stack-CMS App"
},
"order": 1
},
{
"_id": { "$oid": "5099803df3f4948bd2f98392" },
"type": "html",
"body": {
"variant": "body1",
"align": "center",
"content": "Powered by <a href='https://github.com/5TechCenter/MERN-stack-CMS' target='_blank'>MERN-stack-CMS</a>"
},
"order": 2
}
]
}
{
"_id": {
"domain": "news",
"collectionPrefix": "news_"
},
"title": "MERN-stack-CMS News",
"description": "Another MERN-stack-CMS site.",
"footer": [
{
"_id": { "$oid": "5099803df3f4948bd2f98396" },
"type": "markdown",
"title": {
"variant": "body2",
"content": "Copyright"
},
"body": {
"variant": "caption",
"align": "center",
"content": "©2018 MERN-stack-CMS App"
},
"order": 1
},
{
"_id": { "$oid": "5099803df3f4948bd2f98397" },
"type": "html",
"title": {
"variant": "body2",
"content": "Attribution"
},
"body": {
"variant": "caption",
"align": "center",
"content": "Powered by <a href='https://github.com/5TechCenter/MERN-stack-CMS' target='_blank'>MERN-stack-CMS</a>"
},
"order": 2
}
]
}
{
"_id": {
"domain": "test",
"collectionPrefix": "test_"
}
}