Install
Digital asset management (DAM) Unbundled: Extension Version 1.0.0 Magnolia 6.3 compatible
| Download | Multiple submodules |
|---|---|
Edition |
DX Core |
License |
|
Issues |
|
Git |
|
Latest |
1.0.0 |
| Image Focal 1.0.x is only compatible with DAM 5.0.0 and Magnolia 6.3.13+. |
Installing with Maven
Maven is the easiest way to install the module. Add the following to your bundle:
focal-areas
<dependency>
<groupId>info.magnolia.dam</groupId>
<artifactId>magnolia-image-focal-area</artifactId>
<version>1.0.0</version>
</dependency>
focal-point
<dependency>
<groupId>info.magnolia.dam</groupId>
<artifactId>magnolia-image-focal-point</artifactId>
<version>1.0.0</version>
</dependency>
focal-hotspot
<dependency>
<groupId>info.magnolia.dam</groupId>
<artifactId>magnolia-image-focal-hotspot</artifactId>
<version>1.0.0</version>
</dependency>
focal-samples
<dependency>
<groupId>info.magnolia.dam</groupId>
<artifactId>magnolia-image-focal-samples</artifactId>
<version>1.0.0</version>
</dependency>