Modules configuration
[]
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 |
---|---|---|---|---|
availableModules | 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. |
activatedModules | optional | string[] | Values from availableModules | This property is optional and when missing, all modules from the availableModules list are treated as activated. This behavior might change in the future. |
See also module development.