reorder_fields
No security coverage
The Manage fields page (/admin/structure/types/manage/{bundle}/fields) sorts fields alphabetically and provides no way to reorder them — unlike the Manage form display and Manage display tabs, which both have drag-and-drop ordering built in.
This module adds a Reorder fields button to the Manage fields tab for any entity type: content types, taxonomy terms, media, users, and any other entity type that uses Field UI. Clicking it opens a dedicated page with a draggable table. Drag fields into the desired order, click Save order, and the Manage fields page reflects the new order immediately.
Permissions mirror Field UI: only users with administer {entity_type_id} fields (e.g. administer node fields) can access the reorder form.