-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathpluginDefinition.json
More file actions
46 lines (46 loc) · 1.14 KB
/
pluginDefinition.json
File metadata and controls
46 lines (46 loc) · 1.14 KB
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
{
"identifier": "org.zowe.zlux.sample.iframe",
"apiVersion": "2.0.0",
"pluginVersion": "3.1.1",
"license": "EPL-2.0",
"author": "Zowe",
"homepage": "https://github.com/zowe/sample-iframe-app",
"pluginType": "application",
"webContent": {
"framework": "iframe",
"standaloneUseFramework": true,
"launchDefinition": {
"pluginShortNameKey": "sampleiframe",
"pluginShortNameDefault": "IFrame Sample",
"imageSrc": "assets/icon.png"
},
"descriptionKey": "Sample App Showcasing IFrame Adapter",
"descriptionDefault": "Sample App Showcasing IFrame Adapter",
"startingPage": "html/index.html",
"defaultWindowStyle": {
"width": 800,
"height": 650
}
},
"dataServices": [
{
"type": "import",
"sourcePlugin": "org.zowe.zlux.sample.angular",
"sourceName": "hello",
"localName": "hello",
"versionRange": "^1.0.0"
}
],
"configurationData": {
"resources": {
"requests": {
"aggregationPolicy": "override",
"subResources": {
"app": {
"aggregationPolicy": "override"
}
}
}
}
}
}