I tried to create a new user group for the intention of having non-admins use package manager. As an admin login, access works fine, but I do not want to grant serval users admin level access when they just need to have the ability to create and replicate packages.The group is given access to:/lib/l...
Hi Team,As part of our production deployment process, we often need to update content changes. I would like to understand the best practices for handling content deployment from stage to production.What are the recommended scenarios for pushing content packages from stage to prod?In which cases shou...
Hi all, I have exported a page from AEM like this:curl https://myhost/content/prodprj/us/mypg.-1.json | jq > content.json This gives me the page as JSON. Now I have made a small change to this change (just changed some text) and I would like to push this change into AEM again. I tried the following:...
Hello,We’ve encountered an issue with the existing custom workflow. Whenever we select the payload (page/assets) and trigger the workflow, the selected payload is not attached. We have to manually use the "Add Content" option to include the assets.Could someone confirm if this might be due to permis...
In my AEM Cloud component, I have a dropdown select field. When I click on the field, the dropdown values appear slightly to the right and extend beyond the field's width. I'm facing this issue with all dropdowns across my project.
Hi Folks, I recently started writing my first Universal Editor compatible block in 'EDS'. Block has title as text field and description as richtext field. How could I read the values of these block properties in js file? Actually the use case is to arrange the text on page with some custom styles. A...
Hi All, I have a use case where one workflow is used to activate a list of pages . This workflow is getting triggered by a servlet api. Now we have another use case where a scheduler is running to modify some pages and those pages need to be activated. Can we use the same workflow for both use case ...
Hi, As we know, the lastLogin attribute is not natively provided by AEM in any version. For the AEM on-premise environments, we were able to capture this information by implementing an AuthenticationInfoPostProcessor or by tracking the user token expiry.However, with AEM as a Cloud Service (AEMaaCS)...
Consider I have 2 components (both of them footer section) cq_dialog of footer has 3 fields 1) Title 2) Content 3) Image How do I share the cq_dialog between my 2 components. Is there any other way than direct copy pasting stuff
Hi All,I'm currently working on a use case where I need to retrieve the token expiry time for the current user in AEM. Based on my understanding, this information is stored at the path: /home/users//.tokens/ (specifically, the rep:token.exp property).This works as expected in the Author and RDE envi...