Property description

The settings property configures additional features of an application.

Minimal JSON

{
  "key": ""
}
{
  "key": "app",
  "settings": [
    {
      "key": "object_ladder_numbering_pattern",
      "value": "1."
    },
    {
      "key": "excel_export_enabled",
      "value": true
    },
    {
      "key": "excel_import_enabled",
      "value": true
    },
    {
      "key": "has_token_texts",
      "value": true
    },
    {
      "key": "has_token_keywords",
      "value": true
    }
  ]
}

Example taken from the core_documentation package.

Nested properties

PropertyDescriptionValueMandatory
keyKey of the setting. For supported key options, refer to the Settings article. Except for the specified ones, all settings are available on the applications level.string*Yes
valueSpecifies settings values. In most cases, the default value is true.stringNo