I would like to be able to reorder properties of a component, incl. nested components. To give an example: A boolean shows/hides an instance of a component and I want the properties of that nested component underneath the boolean.
Example:
Properties (these control the visibility of optional elements in a form component [in this case a Select component])
Required
Help text
Validation message
Nested Instances (These control e.g. the labelling of the optional elements through text properties)
FormControl/Label
SelectButton
FormControl/HelpText
FormControl/Validation message