Expand my Community achievements bar.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Content Update Action Rollout doesn;t update the Tags property in AEM Page (basic tab)

Avatar

Community Advisor

10/17/25

Request for Feature Enhancement (RFE) Summary: 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): AEM as cloud service
Customer-name/Organization name: TCS
Screenshot (if applicable):  
Code package (if applicable):  

 

 

1 Comment

Avatar

Community Advisor

10/17/25

@kautuk_sahni  This is probably coming out of an old AEM archetype. You can mark this as not relevant to the current archetype versions.