Is there a possibility to limit the number of selectable images for the media_selection
content type? According to the documentation there is none, but maybe there is still a way?
Reason is, that I want to allow to add an image to a text, but only one.
Maybe:
<property name="image" type="media_selection">
<param name="maxSelectionAmount" value="1"/>
</property>