Cloudinary External DAM module
Edition |
Incubator (services) |
||
Issues |
|||
Git |
|||
Latest |
|
The Cloudinary External DAM module lets you connect to 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 manage assets, and a dialog to use these assets in your website.
The Cloudinary Media Widget Integration module lets you integrate Cloudinary asset management directly into your dialogs and apps. With this widget, you can select, upload, and even remove assets from within a dialog.
This project exposes the cloudinaryWidgetField field.
This field is used as a replacement for the Cloudinary damLinkfield to select assets 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:
You must have a Connector Pack license in order to use this module. |
<dependency>
<groupId>info.magnolia.external.dam</groupId>
<artifactId>magnolia-external-dam-cloudinary</artifactId>
<version>1.2.1</version>
</dependency>
<dependency>
<groupId>info.magnolia.external.dam</groupId>
<artifactId>cloudinary-media-widget-integration</artifactId>
<version>1.2.1</version>
</dependency>