Hi Team,
I am trying to read custom property from jcr:content through sling model it is working as expected.
properties.get("xyz:description", String.class))
but xyz:description having html content which is having all html tags.
Ex:-xyz:description
<div class="ExternalClassA70F215EC26842B6AB7...
Hi Debal_das,
I have below custom queries indexes which worked earlier.
Now instance is re-indexed, after re-indexing queries are taking damAssetLucence which is OOTB one and including path for this is /content/dam.
How to ensure my custom indexes work?
Hi Team,
I have created 2 custom property indexes for 2 different custom queries which fetch the content from metadata in DAM,
it was working fine somedays back.
We faced some issues with indexing, due to this instance is re-indexed now.
After re-indexed, my custom queries are picking default OO...
Your answer is correct, but One question,We can activate child pages, without activating the parent page. This is also technically wrong. How can we avoid this? Is there any way to alert user don not activate child pages until parent page is activated.
You can download AEM 6.5 Jar in below link if you have a valid licence.https://experience.adobe.com/#/downloads/content/software-distribution/en/aem.html?package=/content/software-distribution/en/details.html/content/dam/aem/public/adobe/packages/cq650/quickstart/cq-quickstart-6.5.0.jar
I think my question is not correct. Now I have updated.Actually the given solution only works for point 1. 1. xyz:pubic --> property value can be 'yes' or xyz:pubic --> property value is not defined means null. 2. xyz:pubic --> property not available/exist for D...
Hi Team, I am fetching some DAM assets based on the below property (xyz:public).1) Below is the condition it should use to fetch the result. 1. xyz:pubic --> property value can be 'yes' or xyz:pubic --> property value is not defined means null. 2. xyz:pub...