Skip to main content

Integration Module from Retorik Studio

There are two ways to inject configuration data inside the main component :

  • put data as properties inside the component's code (= manual configuration)
  • use the Integration Module in Retorik Studio (= integration module)

Most of the configuration options are available in the integration module. These data will be imported in every instance of Retorik Framework for this tenant (each time Retorik Framework is used on a device).
The data defined inside the manual configuration will be used rather than the one from the integration module. This allows defining options tenant-wide while keeping the possibility to override these options for the customization of a single instance (for example one specific website).

The following data are only available in the manual configuration :

  • addressData
  • userData (optional)
  • externalEventHandler (optional)
  • externalComponents (optional)
  • widgetConfig (only for RetorikWidget component / renderRetorikWidget method)