Hi All,Can we restrict workflow, not to appear on selected page for user and to appear the same workflow on other page for the same user.For. e.g. When we right click on page , select workflow, I get list of workflows to select. My requirement is not to show some workflow for certain page or Node fo...
Dear All, One of my requirement is that , I want to build proxy component for reusability in my AEM cloud SDK , as shown below. How can I build using latest arch type to get below folder structure with below pom.xml *********** pom.xml inside aem-mysite-core (It should be proxy of core component) *...
In our project we planned to implement AEM Community feature with Mongo Storage Resource Provider (MSRP), we had purchased Mongo Db license for this. While configuring we came to know that Apache Solr is mandatory for this and it requires for indexing the UGC content, as Apache Solr is an open sourc...
I have an object which contains all the list of child pages & grand child pages (object - brought from the sling model class). In the component html page, I want to write the code , which display all the parent and child/grand child pages using the RECURSIVE method.
I am trying to check a bunch of forms on our website. But can't seem to check/change properties on a bunch of pages, and cant figure out why. Do you guys have any idea? At like halve the pages it just doesn't show the function
I have a js file with the following code:"use strict";use(function () {//var url= this.url; //line 3var url = "http://experienceleague.adobe.com/docs/experience-manager-htl/using/htl/use-api-javascript.html?lang=en"; //line 4var getRequest = new org.apache.commons.httpclient.methods.GetMethod(url),c...
is there any plugin of adobe cli which can directly be installed in jenkins , and the basic steps that are shared for the plugin how that will be recognize by jenkins when its installed on the server hosting the jenkins . Please share the complete guidance for integrating adobe cli with jenkins and ...
I have added details of the issue on below link. https://stackoverflow.com/questions/67414080/resource-is-returning-null-from-sling-model-class-in-junit Can you please let me know if I am missing anything.
Hi, I am trying to create a filter component - to filter based on tags. The idea is to pass tags from a specific path to front, so user can choose from dropdown.I am having an issue, with Tag Manager methods, like resolve.Code below: @Override public String getAllTags(){ Tag tag = null; ...