[]
To make a module fully work, it needs to be added to two configuration parameters.
Exceptions are modules authentication and theme: without these modules, application would be completely broken. That‘s why they are always available and activated, regardless of the actual configuration.
|
Property |
Required |
Value type |
Default |
Description |
|---|---|---|---|---|
|
|
required |
string[] |
- |
Any module that is not in this list is completely ignored and cannot be used on any portal, even if its JavaScript code is available. |
|
|
optional |
string[] |
Values from |
This property is optional and when missing, all modules from the |
See also module development.