Hi,AEM Assets has a feature that detects duplicated assets[1].By enabling this feature do we have a huge impact in the performance when adding new assets?[1]https://docs.adobe.com/docs/en/aem/6-1/author/assets/managing-assets-touch-ui/duplicate-detection.htmlThanks
Hi all,We have to install and start bundles and packages using shell script.cURL script used for installing Packages : curl -u admin:${ADMIN_PASSWORD} -F file=@"${AEM_DEPLOY_DIR}/${PACKAGE_ZIP}.zip" -F name="${AEM_DEPLOY_DIR}/${PACKAGE_ZIP}" -F force=true -F install=true http://${SERVER_NAME}:${S...
Hi all,We have to install and start bundles and packages using shell script.cURL script used for installing Packages : curl -u admin:${ADMIN_PASSWORD} -F file=@"${AEM_DEPLOY_DIR}/${PACKAGE_ZIP}.zip" -F name="${AEM_DEPLOY_DIR}/${PACKAGE_ZIP}" -F force=true -F install=true http://${SERVER_NAME}:${S...
Hi everyone,I'm having some difficulty while setting up a group permission for workflow. I have looked in several workflow documentation from Adobe but nothing helped me out on this matter.I want to have a group that can start workflows but this group should not be able to complete,stepback or even ...
Hi,I am trying to implement sling dynamic include (v 2.1.3 with AEM 6.0 SP3) in my project to make the header dynamic. I have followed the steps mentioned here.My header node in under /etc/designs as I have used <cq:include path="{node path under /etc/design}" resourceType="{path to header component...
Hi,May I know, how we can re-use the widgets in Touch UI. As in classic UI, we can reuse as xtype: cqincludepath: ...infinity.jsonHow can this possible in Touch UI.As I referred the document https://docs.adobe.com/docs/en/aem/6-0/develop/the-basics/touch-ui-concepts.html, they have suggested to use ...
Hi,I am trying to implement sling dynamic include (v 2.1.3 with AEM 6.0 SP3) in my project to make the header dynamic. I have followed the steps mentioned here.My header node in under /etc/designs as I have used <cq:include path="{node path under /etc/design}" resourceType="{path to header component...
Hi Have created a bundle usinghttps://helpx.adobe.com/experience-manager/using/developing-aem-osgi-bundles-jackrabbit.html everythign is fine, but at last step when i try to create a page and choose template. No templates are being shown.I can see templates section as grayed out. Please help.I have ...