forked from zowe/zlux-editor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpluginDefinition.json
38 lines (38 loc) · 881 Bytes
/
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
{
"identifier": "org.zowe.editor",
"apiVersion": "1.0.0",
"pluginVersion": "2.8.0",
"license": "EPL-2.0",
"author": "Zowe",
"homepage": "https://github.com/zowe/zlux-editor",
"pluginType": "application",
"webContent": {
"framework": "angular",
"launchDefinition": {
"pluginShortNameKey": "editorTitle",
"pluginShortNameDefault": "Editor",
"imageSrc": "assets/icon.png"
},
"descriptionKey": "MyPluginDescription",
"descriptionDefault": "Zowe Editor",
"defaultWindowStyle": {
"width": 1200,
"height": 600
}
},
"configurationData": {
"resources": {
"ui": {
"aggregationPolicy": "override",
"subResources": {
"history": {
"aggregationPolicy": "override"
}
}
},
"monaco": {
"aggregationPolicy": "none"
}
}
}
}