API Reference
Log In
API Reference

config

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:

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