Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianmroz-allegro committed Oct 18, 2022
1 parent 8d92c3b commit d148012
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions docs/configuration-customizations.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,3 +137,19 @@ Add Sentry DSN to report errors to Sentry. [Sentry documentation](https://docs.s
customization:
sentryDSN: https://<key>@sentry.io/<project>
```

## Messages

You can customize various messages that Turnilo displays in user interface.
All messages are optional and will be treated as markdown code.

```yaml
customization:
messages:
dataCubeNotFound: "**This DataCube does not exist**"
```

List of supported fields:

- `dataCubeNotFound` - message displayed when Turnilo cannot find DataCube.
Please note that if you have `guardDataCubes` setting turn on, Turnilo will treat cubes that are not in `x-turnilo-allow-datacubes` as not existing.

0 comments on commit d148012

Please sign in to comment.