Hi All, Want to restrict in triggering a workflow on an Asset from 'Timeline' option when asset have certain property value set on it. Also needs to restrict trigger workflow on an asset if it is in folder path ending with certain suffix like /content/dam/folderA/nA, /content/dam/folderB/nA, /conten...
No component list under the slide panel; But component can be inserted on the page parsysBelow is the structure for one of the components:<jcr:root xmlns:sling="http://sling.apache.org/jcr/sling/1.0" xmlns:cq="http://www.day.com/jcr/cq/1.0" xmlns:jcr="http://www.jcp.org/jcr/1.0" xmlns:nt="http://www...
Below is my original class @referenceprivate ResourceResolverFactory resourceResolverFactory;@referenceprivate WorkflowService workflowService; How can I mock the above?I tried something like below: @MockWorkflowService workflowServiceMock; thenworkflowServiceMock = context.registerInjectActivateSer...
Hi Everyone, Need help in reading some specific chinese chars from JCR repo.I have one dialog where author enters content and save the page. Author created page for China and entered some content specific to China in the dialog and saved it. When I try to read the below content from JCR it is addin...
Hi All,We have some pages under /c/ folder like example /content/we-retail/us/en/c/page1 and /content/we-retail/us/en/c/page2 etc.We would like to remove /c/ from the page and should redirect to /content/we-retail/us/en/page1.html with serving the same content as /content/we-retail/us/en/c/page1. We...
How would you go about translating the Quick Search core component into a language that is not supported by machine translation? I have a need to translate the "Search" keyword in the quick search bar of my site into a language which is not supported by our Machine translation provider. We are on AE...
Hello,I'm facing following strange situation and I have no idea about this behavior, using AEM6.4. Given is following situation: In my project exists some nodes they have in property 'sling:resourceType' the value "c109_video". So I created two queries to find those nodes.Query one: SELECT * FROM [n...
hi, I am working on aem 6.5So far adding parsys was done by editable templates and not for code.My requirement is to create component which just has one parsys in it and i can drag drop components in it.is it possible to add it from code?can you please help me with such component. here i am able to ...