Cloudinary External DAM module

Edition

Incubator (services)

Issues

Git

Git

Latest

1.1.12

Compatible with Magnolia 6.2+.

The Cloudinary External DAM module allows users to connect Magnolia with Cloudinary. It consists of the Cloudinary DAM Connector and the Cloudinary Media Widget Integration module.

The Cloudinary DAM Connector module provides a connector to Cloudinary to use assets form this service. It provides an app to browse and add/remove images, and a dialog to use this images/videos into your website.

The Cloudinary Media Widget Integration module allows users to integrate Cloudinary asset management into their dialogs/apps. With this widget you can select, upload or remove assets directly in the dialog.

This project exposes the cloudinary widget magnolia field. This field can be used as replacement for the cloudinary dam link field to select asset from your Cloudinary account.

This module is at the INCUBATOR level.

The richTextField does not support selecting external DAM assets. It just sees JCR assets. See MGNLUI-6143 for more details.

Installing with Maven

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

  • Parent module

  • DAM Connector

  • Media Widget Integration

<dependency>
  <groupId>info.magnolia.external.dam</groupId>
  <artifactId>cloudinary-parent</artifactId>
  <version>1.1.12</version>
</dependency>
<dependency>
  <groupId>info.magnolia.external.dam</groupId>
  <artifactId>magnolia-external-dam-cloudinary</artifactId>
  <version>1.1.12</version>
</dependency>
<dependency>
  <groupId>info.magnolia.external.dam</groupId>
  <artifactId>cloudinary-media-widget-integration</artifactId>
  <version>1.1.12</version>
</dependency>

Modules using the @Cacheable annotation from addon-commons (info.magnolia.addon.commons.cache.annotation.Cacheable) do not currently work with Java 17.

Usage

See the DAM Connector and Media Integration child modules for usage.

Changelog

Version Notes

1.1.12

1.1.11

1.1.10

1.1.9

1.1.8

1.1.7

1.1.6

1.1.5

1.1.4

1.1.3

1.1.1

1.1

Magnolia 6.2 compatibility.

1.0

Initial release of the module.

Feedback

DX Core