Thank you Bruce. Could you clarify something for me please? Is this feature just using the refetch within the regular /dispatcher/invalidate.cache call? The feature you've documented should solve 90% of our problems, but we also have a bespoke script call to /invalidate.cache. If using the refetch b...
Normal behaviour for a dispatcher is to delete the target file and then invalidate parent levels (if ResourceOnly isn't set). The deletion is documented here: https://docs.adobe.com/content/help/en/experience-manager-dispatcher/using/configuring/page-invalidate.html In ACS Commons there is a tool c...
There are no child nodes under /libs/wcm/foundation/components/basicpage/v1/basicpage/cq:dialog/content/items/tabs/items/basic. Instead in AEM 6.4 it has include instructions.The include path is: /mnt/overlay/wcm/foundation/components/basicpage/v1/basicpage/tabs/basicI assume this resolves to: /lib...
I've attempted to replicate adding a separate tab, and that is working.Unfortunately that wasn't what I was trying to do. I am still unable to add (and remove) fields from existing tabs.<?xml version="1.0" encoding="UTF-8"?><jcr:root xmlns:sling="http://sling.apache.org/jcr/sling/1.0" xmlns:granite...
My environment only has the default installation of AEM and does not have the core-components add on. It will a significant amount of effort to get this package added into my company's environments. Is there any way of making this work without that?
I'm trying to add additional fields to a page component that is extending /libs/wcm/foundation/components/basicpage/v1/basicpageI have tried following the official documentation:Customizing Views of Page PropertiesGitHub - Adobe-Marketing-Cloud/aem-authoring-extension-page-dialogThis does not seem t...