forked from zowe/sample-angular-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpluginDefinition.json
44 lines (44 loc) · 1.05 KB
/
pluginDefinition.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
{
"identifier": "org.zowe.zlux.sample.angular",
"apiVersion": "1.0.0",
"pluginVersion": "1.1.0",
"pluginType": "application",
"webContent": {
"framework": "angular2",
"launchDefinition": {
"pluginShortNameKey": "sampleangular",
"pluginShortNameDefault": "Angular Sample",
"imageSrc": "assets/icon.png"
},
"descriptionKey": "sampleangulardescription",
"descriptionDefault": "Sample App Showcasing Angular Adapter",
"isSingleWindowApp": true,
"defaultWindowStyle": {
"width": 850,
"height": 450
}
},
"dataServices": [
{
"type": "router",
"name": "hello",
"filename": "helloWorld.js",
"routerFactory": "helloWorldRouter",
"dependenciesIncluded": true,
"initializerLookupMethod": "external",
"version": "1.0.1"
}
],
"configurationData": {
"resources": {
"requests": {
"aggregationPolicy": "override",
"subResources": {
"app": {
"aggregationPolicy": "override"
}
}
}
}
}
}