-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpluginDefinition.json
More file actions
41 lines (41 loc) · 1.06 KB
/
pluginDefinition.json
File metadata and controls
41 lines (41 loc) · 1.06 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
{
"identifier": "com.rs.mvd.dependency-graph",
"apiVersion": "1.0.0",
"pluginVersion": "0.9.0",
"pluginType": "application",
"webContent": {
"framework": "angular2",
"launchDefinition": {
"pluginShortNameKey": "dependencyGraphTitle",
"pluginShortNameDefault": "AS/400 Discovery",
"imageSrc": "assets/icon.png"
},
"descriptionKey": "Dependency Graph Description",
"descriptionDefault": "Dependency Graph Description",
"isSingleWindowApp": true,
"defaultWindowStyle": {
"x": 0,
"y": 0,
"width": 800,
"height": 600
}
},
"dataServices": [
{
"type": "router",
"name": "discovery",
"filename": "discoveryService.js",
"routerFactory": "discoveryServiceRouter",
"dependenciesIncluded": true,
"initializerLookupMethod": "external"
},
{
"type": "router",
"name": "gremlin",
"filename": "graphService.js",
"routerFactory": "graphServiceRouter",
"dependenciesIncluded": true,
"initializerLookupMethod": "external"
}
]
}