AEM local setup with dynamic media enabled
Hi
I want to configure the dynamic media settings and viewers on my local environment (AEM as a cloud service version: aem-sdk-quickstart-2023.6.12255.20230608T053118Z-230400 ), so this settings are always deployed with every deployment.
I try to run the local AEM setup with the following command with runmodes author and dynamic media explicity passed through: (https://experienceleague.adobe.com/docs/experience-manager-65/assets/dynamic/config-dms7.html?lang=en#enabling-dynamic-media-in-scene-mode)
java -jar -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=5005 aem-author-p4502.jar -r author,dynamicmedia_scene7 -p 4502And I see that the right runmodes are enabled on http://localhost:4502/system/console/status-slingsettings
Run Modes = [dynamicmedia_scene7, crx3, author, sdk, live, crx3tar]
When I want to check the Image core component (V3) I don't see the option to enable the DM media configs (https://experienceleague.adobe.com/docs/experience-manager-core-components/using/wcm-components/image.html?lang=en#dynamic-media) or the possibility to configure DM configurations.
Does someone has any idea what I'm missing?
Thanks
