Content Fragment Model - Not replace externalPreviewUrlPattern property
Hi,
I am experiencing a problem:
I would need to not override this property "externalPreviewUrlPattern" present on the Content fragment model when performing a deployment in environment.
In general, the models must be replicaced but only that property should not be replaced.
I tried to apply the following filter inside the ui.content module’s filter.xml but it doesn't work:
<workspaceFilter version="1.0">
<filter root="/conf/myProject/settings/dam/cfm/mymodel" mode=replace>
<exclude pattern="/conf/myProject/settings/dam/cfm/mymodel/externalPreviewUrlPattern"/>
</filter>
</workspaceFilter>
any suggestions?
Thanks!!