Magnolia 6.1 reached extended end of life on June 2, 2020. Support for this branch is limited, see End-of-life policy.
For more information about working in the DAM see Digital asset management. The DAM App module installs the Assets app.
The Digital Asset Management (DAM) module provides the functionality to manage assets such as images, videos and documents and use them on the website.
artifactId | |
---|---|
magnolia-dam-parent | Parent reactor. |
magnolia-dam-api | API for the base classes as Item, ItemKey, Asset, Folder, AssetRendition, AssetProvider. |
magnolia-dam-core | Provides core functionality. Contains an implementation for AssetProviderRegistry, DamDownloadServlet and others. |
magnolia‑dam‑compatibility | Exposes the Magnolia DAM 1.x implementation to enforce compatibility between DAM module 1.2.x and 2.x |
magnolia-dam-jcr | JCR based implementation of AssetProvider and and others. |
magnolia-dam-app | A Magnolia module which contains and configures the content app to administrate the assets. (The content app depends on the magnolia-dam-jcr because of its Content connector). |
magnolia-dam-imaging | The link between Provides a AssetRenderer based on |
magnolia-dam-templating | Provides DamTemplatingFunctions. |
magnolia-dam-preview | Adds thumbnail and portrait views for PDFs and videos. This is an optional module and is not installed by default. |
Maven is the easiest way to install the module. Add the following to your bundle:
<dependency> <groupId>info.magnolia.dam</groupId> <artifactId>magnolia-dam-api</artifactId> <version>2.6.1</version> </dependency>
<dependency> <groupId>info.magnolia.dam</groupId> <artifactId>magnolia-dam-app</artifactId> <version>2.6.1</version> </dependency>
<dependency> <groupId>info.magnolia.dam</groupId> <artifactId>magnolia-dam-compatibility</artifactId> <version>2.6.1</version> </dependency>
<dependency> <groupId>info.magnolia.dam</groupId> <artifactId>magnolia-dam-core</artifactId> <version>2.6.1</version> </dependency>
<dependency> <groupId>info.magnolia.dam</groupId> <artifactId>magnolia-dam-jcr</artifactId> <version>2.6.1</version> </dependency>
<dependency> <groupId>info.magnolia.dam</groupId> <artifactId>magnolia-dam-templating</artifactId> <version>2.6.1</version> </dependency>
<dependency> <groupId>info.magnolia.dam</groupId> <artifactId>magnolia-dam-imaging</artifactId> <version>2.6.1</version> </dependency>
Pre-built JARs are also available for download. See Installing a module for help.