Enable Rollout of Cq:tags property by default for content update and other relevant MSM configs
Use-case:
In AEM page properties basic tab, the Tags field is excluded from rollout to Live copies. This is due to an exclusion rule applied in MSM content update Action OSGI config where anything that starts with cq: is excluded from getting rolled out to love copies. while this makes sense for node specific , under the hood properties like cq:lastModified, cq:lastModifiedBy, cq:lastReplicatedBy , unfortunately this also excludes cq:tags property as well. This should be included by default and the current excluded properties regex should be updated to include this property by default for rollout. Current exclusion regex (CQ MSM Content Update Action) -cq:(?!(designPath|template|lastTranslationUpdate|targetEngine|redirectTarget).*)
New regex value to include cq:tags -cq:(?!(designPath|template|lastTranslationUpdate|targetEngine|redirectTarget|tags).*)
Current/Experienced Behavior:
Currently , the cq:tags property is not enabled for rollout by default
Improved/Expected Behavior:
cq:tags property should be enabled for rollout by default.
Environment Details (AEM version/service pack, any other specifics if applicable):