How to define depending properties

Hello guys.

Is it possible right now (especially with the new UI) to define node properties that depend on another one. My example is I have image nodes that can have a boolean-property “click enlarge” set, but this does not make sense if the also fill the property “link” that linkes the whole image.

What I would like to achieve is one of those:

  • If you set “click enlarge” the link-property should be cleared and the input field should not be enabled anymore
    or
  • the other way round: if you enter something in the link-field, the “click enlarge” checkbox should be cleared and be disabled

Is there a way to do this right now? I saw http://neos.readthedocs.io/en/stable/CreatingASite/NodeTypes/DependingProperties.html in the current docs, but it seems to me this relates to the “old” UI.

Regards,
Peter

Here is a related bug report on github