Hi everyone :)
I would like to be able to "link" any property of any type to several properties of the same type. How can it be made possible ?
Scenario :
Node A owns a property P1 of type T
Node B owns a property P2 of type T
Node C owns a property P3 of type T
Link P1 to P2 and P3
P2 and P3 are replaced by P1
When P1 changes, P2 and P3 change accordingly
Thank you very much