When triggering the replication from the AEM Sites Touch UI via "Manage Replication" and then clicking on the 2nd wizard step on "Published References", there opens a dialog with all references which should be published along with the actual page. The CAC configs appear there as well due to https://github.com/wcm-io/wcm-io-caconfig/blob/develop/extensions/src/main/java/io/wcm/caconfig/extensions/references/impl/ConfigurationReferenceProvider.java. Unfortunately the section headline is empty.
The reason for that is that the type from the ConfigurationReferenceProvider, which is caconfig is used as a key to lookup the translation (in /libs/cq/gui/components/common/admin/managepublication/referencesdialog/clientlibs/references/js/references.js). The translations being used here are contained in /libs/cq/gui/components/common/admin/managepublication/references/references.jsp. Unfortunately that list is currently hard coded and when no entry is being found here, it falls back to the empty string (and not to the key caconfig). Maybe there is a minimally invasive way to provide a section headline in that dialog also for the caconfig references.
hmm, this is unfortunate.
same problem affects other reference providers like
https://adobe-consulting-services.github.io/acs-aem-commons/features/reference-providers/index.html
in classic ui at least the unknown references where displayed under headline "Unknonwn" and not an empty string - only slightly better.
i do not want to create an overlay for this ... daycare ticket?
Compare also with https://github.com/Adobe-Consulting-Services/acs-aem-commons/issues/1311. I will open a Daycare Ticket.
Finally opened Daycare 164816 for that.
This is now tracked in CQ-4257320. For now the only option is to overlay references.jsp.
maybe we'll get a solution for this in context of https://github.com/adobe/aem-core-wcm-components/issues/1233