Install location
The Install location is shown in a drawer when you are about to install an integration. The content of the drawer is defined by the integration manifest. In addition to the integration name and logo, the Install location allows specifying a description and a documentation link.
Unlike other locations, the Install location is not rendered in an iframe.

Example: Install location for the Bynder integration.
Manifest configuration#
{
"locations": {
"install": {
"description": [
"Describe your mesh integration",
"Each array element will create a new paragraph on the install dialog."
],
"informationUrl": "https://yoursite.com/info-about-this-mesh-app"
}
}
}