Skip to content

Configuration

You can configure Bynder connection in Jahia using either a Settings Screen , a Karaf OSGI console configuration or a provisioning file.

Play

In the Bynder Configuration Settings Screen you will have :

Configuration Screen

OptionTypeDescription
EndpointStringYour Bynder endpoint
Permanent TokenStringYour ReadOnly Bynder Permanent Token
Activate TransformationsBooleanTo Activate Transformations or not
File Picker Asset TypesListList of Asset Types configured with File Picker (Document by default)
Button ColorsString[]Colors of Bynder Universal Compact View Modal

  1. Access to https://yourServer/tools/osgi/console/configMgr
  2. Search for org.gladtek.jahia.modules.bynder_picker
  3. Click on that entry you found
  4. Start editing values
OptionValue
bynder_colors.colorButtonPrimary#599e39
bynder_colors.colorButtonPrimaryActive#000000
bynder_colors.colorButtonPrimaryHover#381a0a
bynder_colors.colorButtonPrimaryHoverLabel#ffffff
bynder_colors.colorButtonPrimaryLabel#ffffff
bynder_colors.colorPrimary#000000
bynder_provider.endpointhttps://example.com/
bynder_provider.fileAssetTypesDOCUMENT,IMAGE,VIDEO,AUDIO
bynder_provider.tokenexampleToken
bynder_provider.transformationsActivetrue

bynder-provisioning.yaml
# Configure Bynder
- editConfiguration: "org.gladtek.jahia.modules.bynder_picker"
configIdentifier: "global"
properties:
bynder_provider.endpoint: "https://example.bynder.com/"
bynder_provider.token: "exampleSecretToken"
bynder_provider.transformationsActive: "true"
bynder_provider.fileAssetTypes: "DOCUMENT"
- karafCommand: "log:log 'Bynder configured'"