Hi I want to write an AEM bundle that listens to page publish events.I got this boilerplate code from chat GPT but I'm not sure what should be the event topic @component(immediate = true, service = EventHandler.class, property = { "event.topics=" + PageEvent.TOPIC, "e...
I want my custom page properties to include in the json.model ootb page How can I do that?I already create a new field in dialog , and try to expose them but still don't works. import org.apache.sling.api.SlingHttpServletRequest;import org.apache.sling.models.annotations.DefaultInjectionStrategy;im...
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.!!
I have using the wcm/core/carousel/v1/carousel as my superType. However when i add two slides the slides are stacked one below the other. This is the same when i use weretail carousel component as well. Any reason for this?
I have taken project clone using git clone, project URL (adobe/aem-guides-wknd: Tutorial Code companion for Getting Started Developing with AEM Sites WKND Tutorial). After this have tried to build the project using the below commandmvn clean install -PautoInstallSinglePackage -Pclassic as mentioned ...
I'm just looking to confirm something I'm running into here. I'm setting up a Content Fragment using Granite dialog fields we've used elsewhere through our AEM instance. We have an Icon Picker which is an instance of granite/ui/components/coral/foundation/form/autocompleteWe have a Color Picker whic...
We have a custom index we created to address some specific needs for searching Content Fragments. We noticed a side effect where the Content Fragment browser stopped showing fragments on the initial screen. Digging in to Splunk when the browser attempts to load this screen it makes the following OO...
I created an environment hootsuite-media-exchange-partner-program-dev-rde to be unblocked. What worked:No issues logging into (https://author-p63004-e1445875.adobeaemcloud.com) with my Adobe accountAble to create a local token with my account onlyIssues that occurred:Could not create a technical acc...
I am using Hootsuite Media Exchange Partner Program (Dev) Sandbox and it has two environments:hootsuite-media-exchange-partner-program-dev-devhootsuite-media-exchange-partner-program-dev-rdeThe existing environment hootsuite-media-exchange-partner-program-dev-dev was created 2 years ago. The issues ...
Is there an easy way to propagate the changes to a template in code to the pages that use that template? Without making brand new pages. I have added components and moved them around.