-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.json
144 lines (144 loc) · 3.64 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
131
132
133
134
135
136
137
138
139
140
141
142
143
144
{
"description": "Minimal template for developers",
"name": "Wellington",
"preview_medium": "",
"preview_small": "",
"author": "Peeter Paal",
"layouts": [
{
"content_type": "component",
"component": true,
"file": "components/bg-picker-scripts.tpl",
"layout_name": "bg-picker-scripts",
"title": "bg-picker-scripts"
},
{
"content_type": "component",
"component": true,
"file": "components/header.tpl",
"layout_name": "header",
"title": "header"
},
{
"content_type": "component",
"component": true,
"file": "components/html-head.tpl",
"layout_name": "html-head",
"title": "html-head"
},
{
"content_type": "component",
"component": true,
"file": "components/javascripts.tpl",
"layout_name": "javascripts",
"title": "javascripts"
},
{
"content_type": "component",
"component": true,
"file": "components/menu-lang.tpl",
"layout_name": "menu-lang",
"title": "menu-lang"
},
{
"content_type": "component",
"component": true,
"file": "components/menu-main.tpl",
"layout_name": "menu-main",
"title": "menu-main"
},
{
"content_type": "component",
"component": true,
"file": "components/search.tpl",
"layout_name": "search",
"title": "search"
},
{
"content_type": "component",
"component": true,
"file": "components/template-meta.tpl",
"layout_name": "template-meta",
"title": "template-meta"
},
{
"content_type": "component",
"component": true,
"file": "components/template-settings-json.tpl",
"layout_name": "template-settings-json",
"title": "template-settings-json"
},
{
"content_type": "component",
"component": true,
"file": "components/template-settings.tpl",
"layout_name": "template-settings",
"title": "template-settings"
},
{
"content_type": "component",
"component": true,
"file": "components/template-styles.tpl",
"layout_name": "template-styles",
"title": "template-styles"
},
{
"content_type": "component",
"component": true,
"file": "components/template-variables.tpl",
"layout_name": "template-variables",
"title": "template-variables"
},
{
"content_type": "page",
"component": false,
"file": "layouts/common_page.tpl",
"layout_name": "page_default",
"title": "Common page"
}
],
"assets": [
{
"content_type": "image/png",
"file": "images/ico-flags.png",
"kind": "images",
"filename": "ico-flags.png"
},
{
"content_type": "application/javascript",
"file": "javascripts/application.js",
"kind": "javascripts",
"filename": "application.js"
},
{
"content_type": "application/javascript",
"file": "javascripts/application.min.js",
"kind": "javascripts",
"filename": "application.min.js"
},
{
"content_type": "application/javascript",
"file": "javascripts/editmode.js",
"kind": "javascripts",
"filename": "editmode.js"
},
{
"content_type": "application/javascript",
"file": "javascripts/editmode.min.js",
"kind": "javascripts",
"filename": "editmode.min.js"
},
{
"content_type": "text/css",
"file": "stylesheets/main.css",
"kind": "stylesheets",
"filename": "main.css"
},
{
"content_type": "text/css",
"file": "stylesheets/main.min.css",
"kind": "stylesheets",
"filename": "main.min.css"
}
]
}