We have a document type "Bio" with 30 fields in it. In Contour, when mapping the fields, the map to fields in the dropdown list display in almost random order.
What algorithm determines the order?
Can that order be changed manually? For example, could it be made alphabetical?
Is it possible to exclude certain fields from the dropdown (mapping) so there is less clutter?
Field Order in "Save as Umbraco Document" Random
Tim,
We have a document type "Bio" with 30 fields in it. In Contour, when mapping the fields, the map to fields in the dropdown list display in almost random order.
Comment author was deleted
It just uses the Umbraco API to fetch all properties but not sure how there are sorted
Only way It can be changed is to create a custom settings control, if you want to do that I can provide you the sourcecode...
Yes, please provide the sourcecode
is working on a reply...