Cloudinary External DAM module
Edition |
Incubator (services) |
||
Issues |
|||
Git |
|||
Latest |
|
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 |
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>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 |