-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.json
130 lines (130 loc) · 3.11 KB
/
manifest.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
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
{
"description": "Detroit",
"name": "Detroit (Green)",
"preview_medium": "http://static.edicy.com/designs/previews/detroit-green_medium.png",
"preview_small": "http://static.edicy.com/designs/previews/detroit-green_small.jpg",
"author": "Tajo Oja",
"layouts": [
{
"content_type": "blog",
"component": false,
"file": "layouts/blog___news.tpl",
"layout_name": "blog_front",
"title": "Blog & News"
},
{
"content_type": "blog_article",
"component": false,
"file": "layouts/blog_article.tpl",
"layout_name": "blog_article",
"title": "Blog article"
},
{
"content_type": "page",
"component": false,
"file": "layouts/common_page.tpl",
"layout_name": "page_default",
"title": "Common page"
},
{
"content_type": "page",
"component": false,
"file": "layouts/front_page.tpl",
"layout_name": "page_front",
"title": "Front page"
},
{
"content_type": "component",
"component": true,
"file": "components/js.tpl",
"layout_name": "js",
"title": "JS"
},
{
"content_type": "component",
"component": true,
"file": "components/languagemenu.tpl",
"layout_name": "languagemenu",
"title": "Languagemenu"
},
{
"content_type": "component",
"component": true,
"file": "components/mainmenu.tpl",
"layout_name": "mainmenu",
"title": "Mainmenu"
},
{
"content_type": "blog",
"component": false,
"file": "layouts/blog___news.tpl",
"layout_name": "blog_front",
"title": "Blog & News"
},
{
"content_type": "component",
"component": true,
"file": "components/siteheader.tpl",
"layout_name": "siteheader",
"title": "SiteHeader"
},
{
"content_type": "component",
"component": true,
"file": "components/news.tpl",
"layout_name": "news",
"title": "News"
},
{
"content_type": "component",
"component": true,
"file": "components/submenu.tpl",
"layout_name": "submenu",
"title": "Submenu"
}
],
"assets": [
{
"content_type": "image/gif",
"file": "images/black.gif",
"kind": "images",
"filename": "black.gif"
},
{
"content_type": "image/gif",
"file": "images/footer.gif",
"kind": "images",
"filename": "footer.gif"
},
{
"content_type": "image/gif",
"file": "images/frontbox.gif",
"kind": "images",
"filename": "frontbox.gif"
},
{
"content_type": "image/gif",
"file": "images/search.gif",
"kind": "images",
"filename": "search.gif"
},
{
"content_type": "image/gif",
"file": "images/shadow.gif",
"kind": "images",
"filename": "shadow.gif"
},
{
"content_type": "text/css",
"file": "stylesheets/layout.css",
"kind": "stylesheets",
"filename": "layout.css"
},
{
"content_type": "text/css",
"file": "stylesheets/style.css",
"kind": "stylesheets",
"filename": "style.css"
}
]
}