Tags inheritance issues in Live Copy rollout
When adding tags via the Page Properties dialog on a Blueprint site, ensure that they are rolled out to Live Copies on rollout by adding |tags to the regular expression.
Description description
Environment
Adobe Experience Manager 6.x
Issue/Symptoms
Tags added via the Page Properties dialog on a Blueprint site do not get rolled out to Live Copies on rollout.
Resolution resolution
Follow these steps:
-
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)$).* *