Solution Overview for Business Users / Version 2506.0
Table Of ContentsDepending on the configuration of the adapter, the appearance of the tree may vary. The following sections take care of all configuration places and options.
Basic Adapter Configuration
This section covers the two possibilities to enable the content-hub-adapter-cloudinary adapter. Please note that those options are valid for all Content Hub adapters. Before configuring the adapter, refer to the documentation Content hub configuration for preliminary steps.
Global Adapter Configuration
To enable the content-hub-adapter-cloudinary for all sites, create a CMSettings content
item inside the /Settings/Options/Settings/Content Hub/Connections/ folder.
For convenience reasons, it is recommended to name this content item "Cloudinary".
Site Specific Adapter Configuration
To enable the content-hub-adapter-cloudinary for a single site, create a CMSettings content
item inside the Options/Settings/Content Hub/Connections/ folder, relative to the site's root folder.
For convenience reasons, it is recommended to name this content item "Cloudinary".
Detailed Adapter Configuration
Basic Structure
The table below shows the initial toplevel entry for all content-hub-connector configurations.
After creation of the initial struct list called connections the next step is to create the first entry. This can be done in Studio with the struct editor by pressing add Item to ListProperty". The table below shows the entries which are common for all connectors.
| Key | Type | Value | Required |
|---|---|---|---|
| connectionId | String | <SOME_UNIQUE_ID> | Yes |
| factoryId | String | <YOUR_FACTORY_ID> | Yes |
| enabled | Boolean | true or false | Yes |
| settings | Struct | Yes |
Table 17.5. Entries for all connectors
Required Configuration
In section Basic Structure above and according to the table, the settings struct is currently empty. The settings struct itself holds specific configuration options for the connector (common to all connectors). The table below shows all potential entries.
| Key | Type | Value | Required |
|---|---|---|---|
| displayName | String | Name of the root folder to display in Studio | No |
| cloudName | String | Account name to open a connection to Cloudinary | Yes |
| apiKey | String | API key corresponding to the Cloudinary account | Yes |
| apiSecret | String | API secret corresponding to the Cloudinary account | Yes |
Table 17.6. Entries in settings struct
Example
The image below depicts a full configuration of the content-hub-adapter-cloudinary in global space.



