Dynamic content - Selects with relative dependencies

It is possible to create a select based on values that are read relatively to the current property. Meaning that you can get the current item in an array for example.

Use the special key parent.value to access the value of the parent property. You can also use parent.parent.value, etc.