@_CL setup x-forwarded-host at CDN level with domain for your org and configure dispatcher to forward those headers to publisher while it fetches page content from publisher in the publish farm.any file
https://experienceleague.adobe.com/en/docs/experience-manager-dispatcher/using/configuring/disp...
@BinaryAlchemy11 its not optimal solution without involving Dynamic media as it's built exactly for this usecase.
But you can optimize further by adding more static thumbnail variations in your DAM Asset workflow or ACS commons image transforner.. and use more source entries in your picture tag..
@AEMGeek this is not AEM OOTB and it needs customizations.
Multiple ways to achieve
1. Remove publish permission for all, customize ootb publish workflow i.e Request for activation and add custom process step where we check CF model and either enforce approval or bypass and publish.
2. Overly tool...
@user96222 please HTL context to render non html elements start with top and if none works use unsafe
https://github.com/adobe/htl-spec/blob/1.4/SPECIFICATION.md#121-display-context
Also in latest version sling introduced jsonstring context
https://sling.apache.org/documentation/bundles/scrip...
@daniel-strmecki to show add components aka section or block you need to add filter config.
Please check filters section in below link
https://experienceleague.adobe.com/en/docs/experience-manager-cloud-service/content/implementing/developing/universal-editor/customizing
https://github.com/ado...
Hi Team,
Anyone did Video Smart crops in AEM 6.5? I know this is AEM cloud feature.. or any other way i can render video in different aspect ratios for different UX needs using Dynamic media i also need Caption/subtitle feature for accessibility reasons.!!
@_CL use -l of --local flag while setting orgids, program id's and environment IDs so that that config gets stored locally to that folder..
So you can have two different folders for 2 different cloud envs and use local flag
https://github.com/adobe/aio-cli-plugin-aem-rde?tab=readme-ov-file#configu...
@nivethaS can you pls share more details, like type of aem deployment (AEM on-prem or AMS or Cloud) , do you have access to publisher crx/de, have u checked jcr repp for page existence? Can you pls share logs?
@AnamikaP as of i know OOTB experience fragment super resource type doesn't support SPA editor and framework.. you need to overlay the core components super resource type of experience fragment and load SPA editor related clientlibs.