Hi @manal-ghanim
Can you please share Regex you added in osgi to ignore vanity?
and to exclude some properties you need to update these two configuration
- CQ MSM content update action
- Day CQ WCM Rollout Manage
As you said by default all Sling.* properties are excluded but if you want sling:vanityPath to be part of rollout you can update exclude properties in config.
sharing example :
sling:(?!(resourceType|vanityPath|alias)$).*
This is how you can update exclude configuration for multiple properties.
Hope this helps!!
thanks
dipti