Hi all,I have built an event handler, which listens to replication events (@Property(name = "event.topics", value = { ReplicationAction.EVENT_TOPIC })) and modifies/adds a property to the page content within its handleEvent method.What I have seen is that the new property is not transferred to the p...