Skip to main content

Configuring Addon

To configure Configuration Module to make it visible in sidenav menu you need to extend Manifest (JSON) Screenshot 2025-08-06 at 18.06.32.png

You need to add settings property to root of your Manifest (JSON)
In settings you need to add ui property

index - main URL that will be passed to <iframe> tag. if url_type is "relative_url" then it will be calculated in following pattern:

window.location.origin + '/' + realmCode +  '/' + spaceCode + configuration.value.manifest.settings.ui.index;