Skip to content

Commit

Permalink
add hint about enabling the media source
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanseifert committed Mar 14, 2024
1 parent e37038f commit 2105370
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/site/markdown/nextgen-dynamic-media.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ See system configuration how to enable the metadata service.

### System configuration

If Next Generation Dynamic Media is enabled for a AEMaaCS instance, it will work out-of-the-box with the Media Handler.
If Next Generation Dynamic Media is enabled for a AEMaaCS instance, it will work out-of-the-box with the Media Handler. In your project-specific implementation of `io.wcm.handler.media.spi.MediaHandlerConfig` you have to add the media sources implementation `io.wcm.handler.mediasource.ngdm.NextGenDynamicMediaMediaSource` to the list returned by the `getSources()` method (overwrite it from the superclass if required).

The "wcm.io Next Generation Dynamic Media Support" OSGi configuration allows to reconfigure the actual URLs used for the [Assets Delivery API (DM API)][aem-dm-api]. Usually you can stick with the default values which reflect the latest version of the DM API.

Expand Down

0 comments on commit 2105370

Please sign in to comment.