registration: QUnitTestModule should support packageFiles and templates
Change-Id: I1a66939d2b596094b419de40b370e79f09c85581
This commit is contained in:
parent
b69b261aa4
commit
e97f2943f2
1 changed files with 14 additions and 0 deletions
|
|
@ -454,6 +454,13 @@
|
|||
"type": "string"
|
||||
}
|
||||
},
|
||||
"packageFiles": {
|
||||
"type": ["array"],
|
||||
"description": "Scripts to include (array of file paths)",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"dependencies": {
|
||||
"type": ["string", "array"],
|
||||
"description": "Modules which must be loaded before this module",
|
||||
|
|
@ -468,6 +475,13 @@
|
|||
"type": "string"
|
||||
}
|
||||
},
|
||||
"templates": {
|
||||
"type": ["object"],
|
||||
"description": "templates to load",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"messages": {
|
||||
"type": ["string", "array"],
|
||||
"description": "Messages to load",
|
||||
|
|
|
|||
Loading…
Reference in a new issue