Is there a way of changing the order of the config items in the script config dialog ?
They are not appearing in the order they have been declared in the script.
Which is the order I would like them in.
Seems to be alphabetical.
You can use config_groups
to arrange them into categories/groups.
Within each group, they're alphabetically. You'd need to rename the options to change the order if grouping doesn't do what you need on its own.