Skip to main content
The configuration options allow you to dynamically customize module-specific settings to enhance the user experience. The configurations listed below are not exhaustive and may be extended in the future.

com.quicko.it.file

We support the following configurations for the file module:

com.quicko.it.file.advisory

Toggle advisory CTAs in the filing journey. Defaults to true.
Example Configuration:
{
  "config": {
    "com.quicko.it.file": {
      "available": true,
      "com.quicko.it.file.advisory": {
        "available": true | false
      }
    }
  }
}

Note

Set "available": false to disable advisory CTAs in the filing journey.