Ostatnia aktualizacja
20 maj 2021
Tags added via the page properties dialog on a blueprint site do not get rolled out to live copies on rollout.
Environment
AEM 6.x
Question
How to make the cq:tags property get rolled out?
Answer
- Go to http://host:port/system/console/configMgr.
- Search for the CQ MSM Content Update Action OSGi configuration
- Edit the Excluded Page Properties which has a regular expression similar to this cq:(?!(designPath|template|lastTranslationUpdate|targetEngine)$).*
- Add |tags to the regular expression to allow the cq:tags property to get rolled out, for example cq:(?!(designPath|template|lastTranslationUpdate|targetEngine|tags)$).*