This repository contains source code of Bynder image selector custom element for Kentico Kontent
- Deploy the code to a secure public host
- See deploying section for a really quick option
- Follow the instructions in the Kentico Kontent documentation to add the element to a content model.
- The
Hosted code URL
is where you deployed to in step 1 - Configure the JSON parameters as detailed in the JSON Parameters section
- The
All of the following JSON parameters are optional.
{
"bynderUrl": "<YOUR BYNDER URL>",
"previewDerivative": "webimage",
"webDerivative": "webimage"
}
If you don't provide bynder URL, the selector will prompt for it while logging in.
The derivative parameters can be used to alter which of the defined image derivatives will be used by the selector and output. By default the web image URL is used.
If you want to see live site example of Bynder images displayed on the live site, browse to a deployed sample site.
See source code of the sample site implementation here
Netlify has made this easy. If you click the deploy button below, it will guide you through the process of deploying it to Netlify and leave you with a copy of the repository in your GitHub account as well.
Originally contributed by @kenticomartinh