Bynder Universal Compact View integration module
Digital asset management (DAM) Incubator Tier 2 Version 2.0.0 Magnolia 6.3 compatible
A Magnolia module providing the Bynder Universal Compact View as the asset browsing and searching UI for a Magnolia link field.
Features
Installing with Maven
Add the following to your bundle:
<dependency>
<groupId>info.magnolia.external.dam</groupId>
<artifactId>bynder-universal-compact-view-integration</artifactId>
<version>2.0.0</version>
</dependency>
Usage
To browse assets via a content editing dialog, use the new field type bynderCompactViewField
.

To retrieve assets in REST APIs and DAM Functions helper libraries, configure Bynder access as per the Bynder extension configuration.
Once the compact view is in use, it may be beneficial to block access to the Bynder subapp inside the DAM app. This can be achieved with a decoration as follows:
subApps: !override
jcrBrowser:
jcrDetail:
Changelog
Version | Notes |
---|---|
|
Initial release of the module for Magnolia 6.3 compatibility. |