-
Notifications
You must be signed in to change notification settings - Fork 15
/
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.react",
"apiVersion": "2.0.0",
"pluginVersion": "3.0.0",
"pluginType": "application",
"license": "EPL-2.0",
"author": "Zowe",
"homepage": "https://github.com/zowe/sample-react-app",
"webContent": {
"framework": "react",
"launchDefinition": {
"pluginShortNameKey": "samplereact",
"pluginShortNameDefault": "React Sample",
"imageSrc": "assets/icon.png"
},
"descriptionKey": "SampleReactPluginDescription",
"descriptionDefault": "Sample App Showcasing React Adapter",
"defaultWindowStyle": {
"width": 900,
"height": 420
}
},
"dataServices": [
{
"type": "import",
"sourceName": "hello",
"localName": "hello",
"sourcePlugin": "org.zowe.zlux.sample.angular",
"versionRange": "^1.0.0"
}
],
"configurationData": {
"resources": {
"requests": {
"aggregationPolicy": "override",
"subResources": {
"app": {
"aggregationPolicy": "override"
}
}
}
}
}
}