Reorder Fields
This module adds the ability to reorder fields on the "Manage fields" page for various entity types, similar to how fields can be reordered on "Manage form display" and "Manage display" pages. It provides a dedicated interface with drag-and-drop functionality to save a custom field order, which is then reflected on the main fields management screen.
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.