We have a Rollout configuration "updateContentActionFactory". In side that, there is a property "jcr:.*". I am able to rollout jcr:title, jcr:description, ... for the first time rollout once I create a page. I am unable to rollout the same properties by updating from next rollout onwards. We want to rollout the jcr:title, jcr:description.. etc properties to some pages even there is "updateContentActionFactory" configuration.
please suggest me if there is any possibility to do so.
Views
Replies
Total Likes
You can change the expressions defining the exclusion list as required.
For example, if you want the page Title to be included in the changes considered for rollout, remove jcr:title from the exclusions. For example, with the regex:
jcr:(?!(title)$).*
Views
Replies
Total Likes
Previously e were able to rollout jcr:title and jcr:description properties even there is jcr:.* in Excluded Page Properties for some pages. But now we are unable to rollout the properties for any page in the site. is there any other way to rollout jcr: properties even there is jcr:.* with out using jcr:(?!(title)$).* ..etc
Views
Replies
Total Likes
If you want all jcr: properties to be rolled out, then you should remove jcr:.* from the OSGi config. But I am not sure if it is right thing to do. You might have to check the impact.
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies