The AEM Assets View Extension Points
This section covers the utilization of the extension points, extension registration, and common methods that can be used in any application that leverages extension points for service customization.
data-variant=info
data-slots=text
data-variant=info
data-slots=text
A single extension point for Assets View
AEM Assets View provides a unified extension point, aem/assets/assetsview/1, that combines Browse View and Details View extensibility. A single extension registered under aem/assets/assetsview/1 can customize both screens — for example, adding an ActionBar action in the Browse View and a side panel in the Details View — from one App Builder extension, one deployment, and one register() call.
The extensibility APIs are organized into namespaces, each covering a granular area of Assets View functionality:
Implement only the namespaces your extension needs. The pages below describe each namespace and its methods in detail.
data-variant=info
data-slots=text
aem/assets/browse/1 and aem/assets/details/1 extension points remain supported for existing extensions, but new extensions should use the unified aem/assets/assetsview/1 extension point.data-slots=link, text
data-slots=link, text
data-slots=link, text