Hi All, I have a requirement where a custom schedule workflow is needed only later option should be present when triggering the workflow, now option is not needed. Also need to hide 'manage publication' option from site console for specific group/user. How could I do this using ACL/permission? Any p...
We have a multi-tenant website, and in particular, we are working on 1 project specifically. This project was created using the AEM Maven Archetype. This project was pretty much worked on for an entire year. Now we are focusing on searchability. We have a couple of Apache Lucene indexing rules, but ...
What order are the results returned in from TagManager.find()? I am trying to implement a search for multiple tags, where pages which match more tags appear higher in the list, and pages with fewer matching tags appear lower in the list. For example, if I am searching for the tags "Apple", "Banana",...
I don't know if I even have the correct 'community' to ask this question. I am new to marketing, a late bloomer, but enjoy the design aspect and learning. I am working with a friend who sells ads for a mailer postcard. He has asked if I could help put it together for his new printer. Some of the...
Hi All, I have a requirement to choose a DAM Folder path which can contain n number of assets and each asset may or may not be tagged in its asset properties. I have to fetch the superset of tags of all assets under the folder using query manager API. Can anybody help with this ?
I want to get usage information of any DAM asset. That means suppose an Image is used in different content. I want that information or the location where the image has been used.
Hi, Is it possible to bundle some specific npm packages / js+css files into discrete packages in ui.frontend and then reference them? Similar to how we bundle clientlib-base now (but with a different name). ThanksSouvik
We have set up an SPA using next js and rest of the things are working fineonly experience-fragments are not working.When we navigate to experience fragments master.html page, the page loads with all the default components but not the one that we have created mapping for at our end.Our components ar...
Is there a way to programmatically add/update any property and its value to a component, using Javascript in the page editor? I know that it probably involve a POST request with the property name and value to be added/updated, but I don't know which endpoint to use, or if there are any other ways. ...