Hi Team, Is there any restriction on aem page annotations, that it will work only when layout container is a wrapper container for the page?I can only annotate on a page using aem OOTB annotation plugin, if the wrapper component on the page is ootb layout container.Steps for annotate a page without ...
Hello guys Do you know where I can find the AEM React SPA documentation? The old Adobe's library (cq-react-editable-components) was deprecated and his documentation too. The new Adobe's library from React doesn't have the completed documentation, conform below:https://www.npmjs.com/package/@adobe/ae...
I have the below query I am using in /libs/cq/search/content/querydebug.html to check the results 1_property=test 1_property.value=active 2_property=status 2_property.value=worked p.hits=selective p.limit=-1 path=/home/users type=rep:User This is working and i am getting results .Now I need the reco...
Dear Team, As per project req,we need to customize parsys in order to show custom text.AEM Version:6.4.0 I followed this URL: https://helpx.adobe.com/experience-manager/using/overlay_parsys.html and found working as I am able to display my own custom text. Problem Statement: Once I insert any comp...
Hello everyone!I would like to ask if it is possible to use an HTL component with an AEM SPA project. Let's say I wanted to use the Title HTL component, is there a way to do this? Thank you!
Hi I am using AEM 6.4 , and it is observed that we have getting frequently below error Error occurred while obtaining InputStream for blobId {.....}.How can I fix this error and if i did not found blob id related files , then how can i remove this reference from repository.
Hello, I need a list all possible attributes under the node metadata for assets.There is some kind of an overview in the documentation (https://docs.adobe.com/content/help/en/experience-manager-64/assets/administer/metadata.html), but I need really all possible values. If you wonder why: I need them...
How can I search with in multiple properties using OR operator. Below is what I need: path=/test/121_property=property11_property.value=value1 AND 2_property=property22_property.value=value2 OR3_property=property33_property.value=value3 1st property is mandatory while 2nd and 3rd i...
This is very straight forward situation where my first workflow sets up some values and second workflow uses those values to do something. My problem is 1st workflow takes time to set up those values and second workflow is unable to get the values 1st workflow sets up. How can I make sure to wait ti...