Hi All, We are using AEM Saas version for our website. I am trying to use the list in RTE component and when I use the bold option with number list, the text is bold but the numbers are not bold. Is there a workaround or solution for this?I tried to add <b> tag in <ol>, but it doesn't work. Many t...
Hi Team Can I know the usage of Custom Indexing with queryPaths list.What is the deference between queryPaths list vs includePaths list ? Is it we can use for both property indexing and lucene indexing ? Thanks !
Hi All,I am facing an issue in my Local AEM instance where i am trying to run a existing asset archival Schedular from my develop branch. I am getting this Null pointer Exception and "The provided service user id 'workflow-user' is not a known JCR system user id and therefore not allowed in the Sli...
Hi, We have created first POST type Servlet call in my current project, and getting 204-No content in response. In Publisher environment, it is throwing 200 as expected. But, as we used Akamai for cache management, in Akamai URL, it is throwing this error. We investigated further and found in Akamai...
Hi, I am trying to filter out Content Fragment using ResourceFilterStream, but cannot do so using .setChildSelector("[jcr:content/metadata/cq:tags] Doing something like below. Resource resource = resourceResolver.getResource("/content/dam/test-site");ResourceFilterStream rfs = resource.adaptTo(Reso...
Hi, I am trying to filter out Content Fragment using ResourceFilterStream, but cannot do so using .setChildSelector("[jcr:content/metadata/cq:tags] Doing something like below. Resource resource = resourceResolver.getResource("/content/dam/test-site");ResourceFilterStream rfs = resource.adaptTo(Resou...
How to add extra button open Url in new tab in Touch UI dialog, Is there any References @arunpatidar @Jennifer_Dungan @alexbishop yuhuisg @aanchal-sikka
I have a requirement to create a carousel component where I can add images and the slider should move when I click on the dots placed below the image container? Will the normal javascript work here?
I want a list of components in a page while using recursion method in java parent 1, child 2 , grandchild 3 and there might be another child will also come there As shown in picture there are some "container" nodes having components inside. For every container node it should get node of the compone...