Redirect Field UI
Security covered
Redirect ecosystem
This module enhances Drupal's redirect functionality by allowing administrators to add custom fields directly through the user interface. This enables attaching notes, dates, or other relevant information to redirects without requiring custom code.
Adds a Manage Fields tab to URL redirects so you can attach notes, taxonomy terms, dates, or any other field through the admin UI — no custom code needed.
Features
- Manage fields / form display / display tabs at
/admin/config/search/redirect. - Every Field UI field type works — text, entity reference, date, image, etc.
- Auto-generated permissions:
administer redirect fields,administer redirect form display,administer redirect display.
Post-Installation
- Enable the module.
- Grant the three Field UI permissions above.
- Visit
/admin/config/search/redirect. - Add fields as you would on any content type.
Additional Requirements
- Redirect
- Field UI (Drupal core)
Community Documentation
See the README for the performance trade-off and the one side effect (the redirect edit form id changes when this module is enabled).