Does anyone know how to configure a CQ component so that each property can be cancelled individually inside of a Live Copy? I am trying to have it set up the same way as the Page Properties, so that canceling one property does not break inheritance for all of them.
Page Properties:
[img]http://i.imgur.com/talWEZw.png[/img]
Component Properties:
[img]http://i.imgur.com/GtL3i8z.png[/img]
The only difference that I'm noticing is the mixin types on the respective jcr:content nodes.
Page Mixins:
cq:PropertyLiveSyncCancelled cq:LiveRelationship
Component Mixins:
cq:LiveSyncCancelled cq:LiveRelationship
I've tried manually setting the cq:PropertyLiveSyncCancelled Mixin for the component in the content along with ["jcr:description"], but CQ is ignoring this directive entirely.
Does anybody have any idea of how this could be done?