Order documentation tab of a Data Schema based in an attribute
Hello,
Lets say I've a data schema with these attributes:
<attribute label="A" name="A" type="string" desc="2"/>
<attribute label="B" name="B" type="string" desc="1"/>
In the documentation tab of the data schema, this will be ordered alphabetically using the SQL Field, so it would be
First attribute: sA
Second attribute: sB
Is there any way to order the Documentation based in the "desc" field?
Thank you in advance!