Hi Team,Can anyone please advice how can we check the operation of the setting values for the following OSGi Config?Day CQ WCM Page Manager Factory⇒ Page Subtree Activation Check
Hello Community - We have an image component, in that authors will be selecting images. without having any separate field selection of the image type/extension in the dialog, I wanted to retrieve the selected image extension and based on that, we will perform some logic. is there a way to retrieve t...
I'm wanting to retrieve the page subtitle and description using HTL. Using the AEM HTL Read–Eval–Print Loop environment to test, I'm able to get the description using ${item.description} but cannot get subtitle using the same format, ${item.subtitle}. Is there a different way to get the subtitle pro...
On v6.5.3, Tag A is present at path /content/cq:tags/project/folder1/tagA, this tag is moved to a new location, which is /content/cq:tags/project/folder2/tagA.Behind the scenes, Authors see the new tag path in page properties (say basic > cq:tags), but in crx/de the tag on the page still points to o...
I'm using the RTE in our text component and have found I cannot add an aria-describedby attribute in an a tag. For example, in the RTE, I'm using the HTML editor to try to add: <a href="https://www.google.com" aria-describedby="test-id">TEST</a> For some reason, the aria-describedby attribute is bei...
Hi,I am trying to build a API on top of i18n. So I can expose it for other channels to consume it. Essentially, I don't want to expose the full json dict. I want something like this, <domain>/<country>/<lang>/<pagecode>/<feature>.json and expecting it to give me the filtered json for the feature. I ...
What do I need to modify to trigger my custom "Request for activation" or "Request for deactivation workflow"? Automatically the OOTB workflow gets triggered but i need to trigger my custom workflows. Thanks!
When we upload an Asset, the OOTB DAM Update Asset workflow gets triggered automatically. But, i need to trigger my custom workflow instead of the OOTB workflow. Which paths/js files do i have to update to get the required results? Thanks!
I'm unable to build projects after switching from uber-jar 6.5.5 to uber-jar 6.5.6. Maven is unable to find com.day.cq:parent:pom:82 artifact declared in 6.5.6 pom <parent> <groupId>com.day.cq</groupId> <artifactId>parent</artifactId> <version>82</version> </parent> This section was no present...
Hi Team, When author activates the asset, and the effective publish date is not reached, a popup will display. So here, we have an option in metadata of an asset is "effective date" it is a date field. Now the requirement if we publish the asset only when it reach effective dates, it we try to publi...