-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathconfig.json
115 lines (115 loc) · 2.77 KB
/
config.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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
{
"title": "Example Theme",
"menu": "Example Theme",
"toolbar": "Example Theme",
"standalone": false,
"logo": {
"src": "images/logo.svg",
"width": 53,
"height": 64
},
"toc": [
{
"title": "Example Theme Overview",
"src": "index"
},
{
"title": "Custom Content Types",
"src": "content-types",
"children": [
{
"title": "Managing Bios",
"src": "content-types/bios"
},
{
"title": "Managing Case Studies",
"src": "content-types/case-studies"
},
{
"title": "Managing News",
"src": "content-types/news"
}
]
},
{
"title": "Working With Images",
"src": "images"
},
{
"title": "Creating and Managing Pages",
"src": "pages",
"children": [
{
"title": "Content Blocks",
"src": "pages/content-blocks",
"children": [
{
"title": "Carousel",
"src": "pages/content-blocks/carousel"
},
{
"title": "Hero",
"src": "pages/content-blocks/hero"
},
{
"title": "Callout",
"src": "pages/content-blocks/callout"
},
{
"title": "Information Panel",
"src": "pages/content-blocks/information-panel"
},
{
"title": "Text Block",
"src": "pages/content-blocks/text-block"
},
{
"title": "Text Header",
"src": "pages/content-blocks/text-header"
},
{
"title": "Two Column Text Block",
"src": "pages/content-blocks/two-column-text-block"
},
{
"title": "Image Block",
"src": "pages/content-blocks/image-block"
},
{
"title": "Leadership Team Grid",
"src": "pages/content-blocks/leadership-grid"
},
{
"title": "Post List",
"src": "pages/content-blocks/post-list"
},
{
"title": "Contact Form",
"src": "pages/content-blocks/contact-form"
},
{
"title": "Video",
"src": "pages/content-blocks/video"
},
{
"title": "Bookmarks",
"src": "pages/content-blocks/bookmarks"
},
{
"title": "Links",
"src": "pages/content-blocks/links"
}
]
}
]
},
{
"title": "Menus",
"src": "menus"
},
{
"title": "Publishing",
"src": "publishing"
}
]
}