forked from eecworld/cityworks-qa
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
45 lines (45 loc) · 1009 Bytes
/
config.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
45
{
"id": "cityworks-qa",
"name": "Cityworks QA Plugin",
"author" : "[email protected]",
"version": "1.3.0",
"options": {
"workorder": {
"applyToAllMessage": "Disabled when \"Apply to All\" is checked. Please check your data entry carefully.",
"statuses": ["COMPLETE"],
"tests": "all"
},
"request": {
"applyToAllMessage": "Disabled when \"Apply to All\" is checked. Please check your data entry carefully.",
"statuses": ["COMPLETE"],
"tests": "all"
}
},
"pages": [
"requestedit",
"wogeneraledit"
],
"dependencies": [
{
"scripts": ["js/eec-qa.js"],
"styles": ["css/eec-qa.css"]
}
],
"modules": [
{
"scripts": [
"js/eec-qa-wo.js",
"js/eec-qa-plugin-wo.js"
],
"pages": ["wogeneraledit"]
},
{
"scripts": [
"js/eec-qa-sr.js",
"js/eec-qa-plugin-sr.js"
],
"pages": ["requestedit"]
}
],
"scripts": ["js/init.js"]
}