Hi Team, Kindly help how to add unavailable after Robots tag on page properties which was under Page-->properties-->Advanced Tab - Robots Tags dropdown. Appreciate quick response.
Hi ALL, I'm facing issue on getting dropdown fields for show hide functionality. The logic is --> dropdown having three options *no Fields *A Fields *A and B Fields1) when user selected "no fields" there will be no fields to show2) when user selected "A Fields" there will be tw...
Hi All, We are trying to replicate the pages programmatically through: replicator.replicate(session,ReplicationActionTypes.Activate,path); There seems to be some issue with replication. The changes of the content which are getting published are not getting picked instead of that old...
Hello All, We have created a Content Author user group from Admin Console in cloud and assigned some User profiles to that group. I can see that group in AEM test instance but not sure how to hide Page Publish and Page Unpublish options from page properties for this group. I tried disallow rep:write...
Hi Team, I'm trying to take AEM sites Developer Experts exam. Can I know which core package version I need to refer and appreciate you can put the link as well Thanks !
Hello All, There might be different reason for the page performance issue. As an architect, what are the steps we need to follow to increase the page performance ? 1: Check the network tab to see the list of image file size. If its too huge, ask Author to correct.2: Use the defer keyword while calli...
Even after publishing the CAconfig changes, changes are not reflected in publisher domain. Changes are reflected in view as published mode.this issue is not replicated in local instance, in local instance it is working fine in publisher. But in publisher domain the changes area not reflected.what ar...
I am using the below code to fetch info from workitem MetaDataMap inputMap = workItem.getMetaDataMap();String[] customList = (String[]) inputMap.get("customList");The "customList" is a textfield defined as multifield -<customList jcr:primaryType="nt:unstructured" sling:resourceType="granite/ui...
Hi All,I am trying to use the Header XF from one site (which both are in same domain and are in my content hierarchy). When in my new site pages I point the Header XF to the XF which is used in another site then it doesn't picks up it's corresponding CSS although my JS gets loaded. Even in network t...
when we publish workflow it's activating page assets and all references but when replicationActionType is Unpublish it should not activate assets and other references since these refernces are used in other places and it might break in other pages.Is there a way to write condition when replication...