I have a hierarchy of content fragment as follows: article-name -- jcr:content ---- data ------ master ------ variation-1 data has following properties: `cq:model`:"/conf/settings/dam/cfm/models/articles" `jcr:PrimaryType`:"nt:unstructured" Now my question is if my master query looks like ...
I was going through the documentation of predicates supported in querybuilder API: https://experienceleague.adobe.com/docs/experience-manager-65/developing/platform/query-builder/querybuilder-predicate-reference.html?lang=en#:~:text=or%20%22%20false%22-,contentfragment,-Restricts%20the%20result Wh...
I have a query for querybuilder API like this: ``` type=nt:unstructuredpath=/content/dam/articles/property=articleContent@ContentTypeproperty.value=text/x-markdownp.hits=selectivep.properties=featuredImage ``` However I would like to use it as: ``` type=nt:unstructuredpath=/content/dam/article...
Hello All, How to access old helpx articles? For example http://helpx.adobe.com/experience-manager/using/custom-sling-servlets.html This one.. I see lot of community articles here have old helpx links, which gives 404. Thanks,
I have a question like select which ever is applicable* and I have 4 check boxes, how make all 4 check boxes mandatory but if I select any one then all 4 check boxes' mandatory property should be disabled? Please someone help me..
I have a component which extends from List component. Currently we only have option to Order By title or Last Modified date but we want the list to be Order by published or lastReplicated date. What will be best approach to do this? I was thinking to pull the list in component.js file and create a m...
Is it possible to add clientlib to target 1 components authoring dialog? I have a component that when using the pathbrowser to load data, would grey out all other dialog fields. I would like to grey out options in General, Padding, Margin tabs and maybe have a disclaimer saying Content frament is...
Hello, We have had a consistency check running on our author environment for over 6 days. Has anyone ever hard a consistency check run this long? If so, what was the outcome of the check? Thanks!
I want to exclude one of my custom property during rollout. I have used CQ MSM Content Update Action service to exclude the custom property. This works as expected in master and existing live copies. But If I create a new live copy from master then it is not excluding the property, I see the propert...
Hi Team, I am reading xlsx file from aem dam. while reading i am getting "invalid block type" error. aem 6.5 cloud Tried with max all the versions of poi. org.apache.poi Thanks