Hi
I am currently working on AEM 6.4. I have created my own project specific editable template
/conf/project-xyz/settings/wcm/template-types
/conf/project-xyz/settings/wcm/template
/conf/project-xyz/settings/wcm/policies
I have created a default policy for title component as below
/conf/project-xyz/settings/wcm/policies
project-xyz
components
content
title
policy_1433655
In my filter.xml file i have allowed as below:
<filter root="/conf/project-xyz/settings/wcm/policies" mode="merge" />
When I am trying to deploy this policy, it is not getting updated in CRx/de.
If i remove mode=merge from filter.xml, This newly created policy for title gets deployed in Crx/de
<filter root="/conf/project-xyz/settings/wcm/policies" />
With mode=merge, the policy is not getting updated in Crx/de.
Any help will be really appreciated
Thanks
Hina