Amplience DAM Connector module

Git

Git

Latest

1.0

Compatible with Magnolia 6.2.

The Amplience DAM Connector module provides a connector to Amplience to use assets from this service.

This module is at the INCUBATOR level.

Installing with Maven

Maven is the easiest way to install the module. Add the following to your bundle:

<dependency>
  <groupId>info.magnolia.external.dam</groupId>
  <artifactId>magnolia-amplience-dam-connector</artifactId>
  <version>1.0</version>
</dependency>

Configuration

Add the following configuration to your config.yaml file.

Example

your_module/decorations/amplience-dam-connector/config.yaml

authUrl: https://auth.url.com
apiUrl: https://api.url.com
clientId: A_CLIENT_ID
username: A_USER_NAME
password: A_USER_PASSWORD
version: v1.5.0
bucketId: A_BUCKET_ID
filter: "type:image" (1)
1 This is an example for filtering by the type:image.

Usage

Using the dam link field with the dam chooser:

image:
  $type: damLinkField

Changelog

Version Notes

1.0

Initial release of the module.

Feedback

DX Core

×

Location

This widget lets you know where you are on the docs site.

You are currently perusing through the Amplience DAM Connector module docs.

Main doc sections

DX Core Headless PaaS Legacy Cloud Incubator modules