In the classicUI there is the possiblity to use order_before/order_after within behaviors to adjust the ordering dynamically. Is there an equivalent in volto?
order_before(organisation_entities="ICategorization.subjects")
# order_after(organisation_entities="fieldsofstudy.taxonomy_fieldsofstudy")
organisation_entities = Tuple(
title=_("label_organisation_entities", default="Organisation entities"),
description=_("help_organisation_entities", default=""),
required=False,
value_type=Choice(vocabulary="fhnw.vocabularies.organisation_entities"),
missing_value=(),
)
Both of these directives work in ClassicUI but not in Volto.