Expand my Community achievements bar.

Guidelines for the Responsible Use of Generative AI in the Experience Cloud Community.
SOLVED

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 Accepted Solution

Avatar

Correct answer by
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

View solution in original post

1 Reply

Avatar

Correct answer by
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