|
5 | 5 | "description": "Integrate GitHub bundles into your map.apps installation", |
6 | 6 | "vendor": "con terra GmbH", |
7 | 7 | "productName": "mapapps-github-manager", |
8 | | - "keywords": [ |
9 | | - "manager" |
10 | | - ], |
| 8 | + "keywords": ["manager"], |
| 9 | + "main": "", |
| 10 | + "layer": "module", |
| 11 | + "i18n": ["bundle"], |
11 | 12 | "dependencies": { |
12 | 13 | "ct": "^4.17.0", |
13 | 14 | "dojo": "^1.17.0", |
|
26 | 27 | "cssThemesExtension": [ |
27 | 28 | { |
28 | 29 | "name": "*", |
29 | | - "files": [ |
30 | | - "./css/styles.css" |
31 | | - ] |
| 30 | + "files": ["./css/styles.css"] |
32 | 31 | } |
33 | 32 | ], |
34 | 33 | "layout-widgets": [ |
|
65 | 64 | }, |
66 | 65 | { |
67 | 66 | "name": "BundleStore", |
68 | | - "provides": [ |
69 | | - "ct.api.Store", |
70 | | - "mapapps-github-manager.BundleStore" |
71 | | - ], |
| 67 | + "provides": ["ct.api.Store", "mapapps-github-manager.BundleStore"], |
72 | 68 | "immediate": true, |
73 | 69 | "instanceFactory": true, |
74 | 70 | "properties": { |
|
83 | 79 | { |
84 | 80 | "name": "BundleListTool", |
85 | 81 | "impl": "ct/tools/Tool", |
86 | | - "provides": [ |
87 | | - "ct.tools.Tool" |
88 | | - ], |
| 82 | + "provides": ["ct.tools.Tool"], |
89 | 83 | "propertiesConstructor": true, |
90 | 84 | "properties": { |
91 | 85 | "id": "appmanagement_githubBundleListTool", |
|
96 | 90 | "togglable": true, |
97 | 91 | "iconClass": "icon-download", |
98 | 92 | "rules": { |
99 | | - "roles": [ |
100 | | - "maAdmin" |
101 | | - ], |
| 93 | + "roles": ["maAdmin"], |
102 | 94 | "ruleSuccessProperty": "visibility" |
103 | 95 | } |
104 | 96 | } |
105 | 97 | }, |
106 | 98 | { |
107 | 99 | "name": "BundleViewToolbar", |
108 | 100 | "impl": "ct/tools/ToolContainer", |
109 | | - "provides": [ |
110 | | - "mapapps-github-manager.BundlesViewToolbar" |
111 | | - ], |
| 101 | + "provides": ["mapapps-github-manager.BundlesViewToolbar"], |
112 | 102 | "references": [ |
113 | 103 | { |
114 | 104 | "name": "tool", |
|
121 | 111 | { |
122 | 112 | "name": "GithubBundlesDataView", |
123 | 113 | "impl": "dataview/DataView", |
124 | | - "provides": [ |
125 | | - "dijit.Widget", |
126 | | - "mapapps-github-manager.GithubBundlesDataView" |
127 | | - ], |
| 114 | + "provides": ["dijit.Widget", "mapapps-github-manager.GithubBundlesDataView"], |
128 | 115 | "propertiesConstructor": true, |
129 | 116 | "properties": { |
130 | 117 | "id": "githubBundlesDataView", |
|
194 | 181 | { |
195 | 182 | "name": "BundlesDataViewController", |
196 | 183 | "impl": "dataview/DataViewController", |
197 | | - "provides": [ |
198 | | - "ct.framework.api.EventHandler", |
199 | | - "mapapps-github-manager.BundlesDataViewController" |
200 | | - ], |
| 184 | + "provides": ["ct.framework.api.EventHandler", "mapapps-github-manager.BundlesDataViewController"], |
201 | 185 | "properties": { |
202 | 186 | "Event-Topics": [ |
203 | 187 | { |
204 | | - "topic": [ |
205 | | - "mapapps-github-manager/BUNDLES_UPLOADED" |
206 | | - ], |
| 188 | + "topic": ["mapapps-github-manager/BUNDLES_UPLOADED"], |
207 | 189 | "method": "refreshView" |
208 | 190 | } |
209 | 191 | ], |
|
235 | 217 | }, |
236 | 218 | { |
237 | 219 | "name": "BundleDetailsController", |
238 | | - "provides": [ |
239 | | - "ct.framework.api.EventHandler", |
240 | | - "mapapps-github-manager.BundleDetailsController" |
241 | | - ], |
| 220 | + "provides": ["ct.framework.api.EventHandler", "mapapps-github-manager.BundleDetailsController"], |
242 | 221 | "properties": { |
243 | 222 | "uploadTarget": "@@applicationURL.noscheme@@/resources/jsregistry/upload", |
244 | 223 | "Event-Topics": [ |
245 | 224 | { |
246 | | - "topic": [ |
247 | | - "mapapps-github-manager/BUNDLE_SHOWDETAILS" |
248 | | - ], |
| 225 | + "topic": ["mapapps-github-manager/BUNDLE_SHOWDETAILS"], |
249 | 226 | "method": "showDetails" |
250 | 227 | } |
251 | 228 | ] |
|
0 commit comments