Table of Contents |
---|
...
The config.json
is an internal configuration file in the product, an example file can be seen at the end of this page and modified at will. To update the config.json, a user needs to upload it to the resource folder (Administration > Resources) of either the tenant or in general to the whole application via the super/admin. Only the changed and updated features to the resource folder will be overwritten in the product according to the new configuration.
...
Some properties might only take effect or make sense when the config.json is uploaded via the super/admin, like:
loginPage > tenants
loginPage > additionalHtml
Warning |
---|
Comments with /*COMMENT HERE*/ are not allowed in config.json |
...
Overview of configuration file - config.json
...
Code Block | ||
---|---|---|
| ||
{ "showHome": false } |
Home The home icon is hidden successfully. Users will automatically be redirected to “my open tasks” list.
...