44f277230f3bff66c00d3778ca198d49faef6ccd
Integration between Contentstack and ImageVault
Provides the following:
- A Custom field for Contentstack to select images in an ImageVault instance.
- A Custom RTE field for Contentstack to insert images from an ImageVault instance into an JSON RTE field.
Custom field
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 likelyhttps://eu-app.contentstack.com/formatId: The id for the format in ImageVault to use when selecting an asset in ImageVaultimageVaultUrl: The URL to the ImageVault instance to use when selecting an asset.
Description