module.resources¶
Resource link¶
This file allow the inclusion of some files from the configuration to a module.
type |
object |
||
properties |
|||
|
The id of the template to use for this file |
||
type |
string |
||
|
The variables and their values to be replaced from the template |
||
type |
object |
||
additionalProperties |
|||
|
The variables files to use to replace the variables. The first file of the list will take precedence over the following one. Template variables take precedence over the contents of the files. |
||
type |
array |
||
items |
type |
string |
|
|
If the value is set to true, manual editing of this file should be avoided, as the composer will override the value in the next generation. |
||
type |
boolean |
||
|
The associated resources |
||
type |
array |
||
items |
|||
additionalProperties |
False |
Resource¶
type |
object |
|
properties |
||
|
The path of the file or folder on the configuration (relative path) |
|
type |
string |
|
|
The path of the file or folder the running module (relative path) |
|
type |
string |
|
additionalProperties |
False |