Is there somewhere a bit of documentation how to write jexl for the category_selection
Content Type? The current 2.0 documentation is a bit thin in this topic.
I tried blindly:
<property name="authors" type="category_selection">
<meta>
<title lang="de">Autor</title>
<title lang="en">Author</title>
</meta>
<params>
<param name="item_disabled_condition" value="parent.key == 'authors'"/>
</params>
</property>
But it does not even throw an error ;).
What I try to do is, to allow only selection of children of a certain sub category.