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
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 totrue
.
{
"config": {
"com.quicko.it.file": {
"available": true,
"com.quicko.it.file.advisory": {
"available": true | false
}
}
}
}