Dynamic Configuration

Starting with app template Standard 5.2.0 it is possible to place a config.json in the dynamic resources. This is a simple key-value file which can be used by the app for some dynamic configuration.

Example:

config.json
{
  "onboarding_version": "1.0"
}

Currently only the onboarding_version key is used by the app to determine the version of the current onboarding. See Onboarding documentation.

  • No labels