entity_reference_field_hints
Entity Reference Field Hints helps editors understand what they can select in entity reference fields by showing allowed bundles and create access hints below the field.
Features
- Shows editor-facing helper text below supported entity reference widgets.
- Displays allowed target bundles, such as Article, Event, Landing Page, Image, or Tags.
- Can show which referenced bundles the current user is allowed to create.
- Supports references to content, media, taxonomy terms, users, and paragraphs.
- Provides per-field settings on the form display configuration page.
- Works with standard Drupal entity reference widgets without replacing the widget.
This module is useful when editors see fields such as “Related content”, “Category”, or “Featured media” but do not know what kind of item can be selected. Site builders already configure allowed bundles in field settings; this module makes that information visible to editors on the content editing form.
Post-Installation
After installing the module, configure it from the form display settings for the entity bundle that contains your reference field.
- Go to the entity bundle’s Manage form display page.
- Find a supported entity reference field.
- Open the widget settings.
- Enable Show entity reference field hint.
- Optionally enable allowed bundle hints and create permission hints.
- Save the form display.
The hint will appear below the field on the entity edit form using Drupal’s standard field help text styling.
Additional Requirements
This module only requires Drupal core’s Field system. Paragraph reference support requires the Paragraphs module if your site uses paragraph reference fields.
Recommended modules/libraries
No additional modules or libraries are required.
Similar projects
There are modules that enhance entity reference widgets, autocomplete behavior, or bundle management. This module focuses specifically on showing editor-facing help text based on existing entity reference field configuration. It does not replace the widget or change selection behavior.
Supporting this Module
Use the Drupal.org issue queue to report bugs, request features, or submit patches.