field_role_hints
No security coverage
Field Role Hints allows site builders to provide different field help text for different user roles. This makes it possible to tailor editorial guidance to the person actually editing the content, without changing the field itself or duplicating forms.
Highlights
Field Role Hints is especially useful on editorial sites where authors, editors, reviewers, and administrators all work on the same content but need different instructions.
- Configure role-based field help text.
- Choose whether role-specific help text appends to or replaces the default field description.
- Improve the editing experience without changing field access or field storage.
- Supports common Drupal field widget structures including text, formatted text, file, image, link, and datetime widgets.
- Handles nested and composite widgets more reliably.
- Includes automated test coverage for supported widget structures.
Use Cases
- Show different instructions to authors, editors, and administrators on the same field.
- Provide additional guidance for less experienced editors without adding noise for senior users.
- Add role-specific requirements to image fields, such as accessibility guidance, asset preparation rules, or review notes.
- Display different SEO, legal, governance, or publishing guidance depending on the current user's role.
- Reuse the same field across bundles while adapting the editing guidance to the current editor.
- Improve complex editorial forms where a single static field description is insufficient.
Why This Module Is Useful
- Drupal core field descriptions are static.
- Editorial teams often need different instructions for different roles on the same form.
- Existing related modules mainly focus on bulk help-text editing, placement, visibility, or access control.
- Field Role Hints focuses specifically on role-based editorial guidance during content editing.
- It is particularly useful for structured editorial workflows with multiple contributor roles.
Configuration
- Enable the module.
- Configure role-based help text on supported field configuration forms.
- Choose whether role-specific help text appends to or replaces the default field description.
Similar Modules And How This Differs
How Field Role Hints differs:
- Field Role Hints focuses specifically on changing field help text based on the current user's role.
- It works directly with Drupal's existing field description area.
- Role-specific help text can either append to or replace the default field description.
- It is designed for editorial workflows where different users require different guidance on the same field.