Skip to content

Latest commit

 

History

History
81 lines (56 loc) · 2.61 KB

README.md

File metadata and controls

81 lines (56 loc) · 2.61 KB

dc-extension-bynder

This extension allows customers to browse and select files from Bynder / WebDAM directly in the Amplience Dynamic Content CMS.

Bynder Summary

🏁 Quickstart

Register Extension

This extension needs to be registered against a Hub with in the Dynamic Content application (Developer -> Extensions), for it to load within that Hub.

Note: You can use our deployed version of this extension (builds from the "production" branch) -

https://bynder.extensions.content.amplience.net

As this is an open source project you're welcome to host your own "fork" of this project. You can use any standard static hosting service (Netlify, Amplify, Vercel, etc.) if you wish. Further information can be found on the developing and building locally and support page.

URL options for Extension Setup

  • Amplience hosted (if you are not self hosting which points to our 'production' branch): https://bynder.extensions.content.amplience.net
  • Self hosted: This will be your main brand deployment URL
  • Development: This will either be http://localhost:3000 of your dev branch deployement url

Register Bynder extension

Extension Permissions Settings

Under the Permissions tab, select the following:

Bynder Extension Permissions

API Permissions:

  • ✅ Read Access
  • ✅ Modify Access

Sandbox Permissions:

  • ✅ Allow Same Origin
  • ✅ Allow Pop-ups
  • ✅ Allow Pop-ups to escape sandbox

Installation Parameters

Here is a sample installation parameters payload:

{
  "bynderConfig": {
    "portal": {
      "url": "{{YOUR_BYNDER_PORTAL_URL}}"
    },
    "assetTypes": ["image"],
    "mode": "SingleSelect"
  },
  "amplienceConfig": {}
}

For more detailed information, please refer to the links below.

🌍 Useful Links