Hi community, Is there any way to remove the span tag when using RTE styles? Also need to add the class name to custom tag. Current: <h2> <span class="some-class"> some text </span></h2> Expected: <h2 class="some-class"> some text </h2> Thanks in advance.
I am trying to make content fragments made from a particular model, content author need to author that Content Fragment they cant save this Disabling this Done Button
In the path field/ asset picker I do not want an author to select any folder, only just the content fragment he should select. Can we do something like this?Example Author can not select ABC just this is sample content fragment
Hi, Wanted to understand the functionality behind the Quick Publish button. Is it triggering any workflow behind? If yes, which workflow is getting triggered? I checked for com.day.cq.wcm.workflow.process logs but nothing seems to come up. Thanks in advance!
We need to migrate some (100+) of the contents from instance A to another instance(B). These include pages, content fragments, content fragment models, and tags. We only have a list of what needs to be migrated and what doesn't. And we cannot make any changes to the existing contents on A. Is it po...
I have setup an AEM as a Cloud Service project on local along with the Dispatcher. Initially, the dispatcher was working fine but after some days when I tried to start it again, it resulted in showing 502 Bad Gateway error. In terminal, there were messages like "Unable to connect to backend farm, no...
I have a "hero" at the template level that is composed of a Container, Image, and Teaser component configured to be styled as a Hero. The content author is expected to set the Image (which is styled a specific way) and only set the Title and Description on the Teaser, but this is causing confusion ...
We have a requirement where we want to author multiple images from the author dialog (cq dialog) using fileupload (cq/gui/components/authoring/dialog/fileupload). What is the best approach to achieve this? Thank you!
This is the hierarchy of the page located under /content. Now there's a property fileReference in the cq:featuredImage node and I want to fetch it in the sling model. How do I do it.As mentioned by @Avinash_Gupta_ I've used the following piece of code to fetch the page title. PageManager pm = resou...