@Mario248 you can use below property
you can do like below code
{
"cq.wcm.msm.action.excludednodetypes":[
"cq:LiveSyncConfig",
"cq:BlueprintSyncConfig",
"cq:LiveSyncAction",
"cq:CatalogSyncConfig",
"cq:CatalogSyncAction",
"cq:meta"
],
"cq.wcm.msm.action.excludedparagraphitems":[
"cq:propertyInheritanceCancelled",
"dc:title",
"cq:targetMetadata"
],
"cq.wcm.msm.action.ignoredMixin":[
".*"
],
"cq.wcm.msm.action.excludedprops":[
"jcr:.*",
"sling:(?!(resourceType|resourceSuperType)$).*",
"cq:(?!(designPath|template|lastTranslationUpdate|targetEngine|redirectTarget)$).*",
"publishCampaignId"
]
}
Excluded Page Properties
cq.wcm.msm.action.excludedprops
|
A regular expression that matches the page properties to be excluded from the synchronization action.
|