feat: improve handling of config to allow overrides

This commit is contained in:
Michael Zetterberg
2024-03-26 12:57:28 +01:00
parent c683f85bd8
commit e9349992f8
2 changed files with 19 additions and 1 deletions

View File

@@ -12,3 +12,11 @@ The code is in `remix` folder.
## Custom RTE field
The code is in `rte` folder.
### Configuration
The RTE plugin has the following configuration available. The values should be set on App Config level and overriden when needed on Plugin Config level.
- `baseUrl`: The base url for Contentstack, most likely `https://eu-app.contentstack.com/`
- `formatId`: The id for the format in ImageVault to use when selecting an asset in ImageVault
- `imageVaultUrl`: The URL to the ImageVault instance to use when selecting an asset.