Hi,
We are on AEM 6.1 SP2-CFP9 using MSM.
We are currently looking at cleaning up some MSM configurations and found that when breaking inheritance on a page property on a Live Copy page, that this creates an additional cq:LiveSyncConfig node under jcr:content of that page. All properties - except cq:master, which points to the respective Blueprint page - are empty.
We want/need to understand why this additional cq:LiveSyncConfig node is created.
Our understanding is that the breaking of inheritance of a page property is reflected by:
- A cq:propertyInheritanceCancelled property on the jcr:content node, with the property as a value
- jcr:mixinTypes is updated to add the cq:PropertyLiveSyncCancelled
These properties should be enough, what is the additional cq:LiveSyncConfig node for? And when deleting the additionally created cq:LiveSyncConfig node, all of the inheritance mechnisms seems intact and functional.
Note: Re-instating inheritance on a property does not delete the cq:LiveSyncConfig node.
We also found that this node is only created when the page properties are edited via the Touch UI, but not when editing on Classic UI.
We reproduced this behaviour with an Geometrixx site and also on AEM 6.1 SP2 without any CFPs installed.
Any feedback or help is greatly appreciated!
Thanks,
Alex