コミュニティアチーブメントバーを展開する。

Submissions are now open for the 2026 Adobe Experience Maker Awards.
解決済み

page properties are not rolling out to Live copies even after rolling out the pages

Avatar

Level 3

Hi,

 

We have added some cq:tags to master page and rolled out to live copies, tags are not added to live copies even after rollout.

after googling, got to know about this below configuration where it is excluded cq: and jcr: properties by default.

CQ MSM Content Update Action

 

we want to change this below Regular expression, so that it should allow only cq:tags properties to live copies after rollout.

 

Can anyone please help us to modify  below expression, so that it should allow only cq:tags properties to live copies after rollout.

AjayBoddu_0-1696396399419.png

 

Thanks,
Ajay Boddu.

1 受け入れられたソリューション

Avatar

正解者
Community Advisor

You also need to exclude these properties from "com.day.cq.wcm.msm.impl.RolloutManagerImpl.xml" and expression you can use it would look like this cq:(?!(tags)$).*

 

Thanks

Dipti

元の投稿で解決策を見る

1 返信

Avatar

正解者
Community Advisor

You also need to exclude these properties from "com.day.cq.wcm.msm.impl.RolloutManagerImpl.xml" and expression you can use it would look like this cq:(?!(tags)$).*

 

Thanks

Dipti