Module Description
Provides plugin types to add extra fields in entity view and entity form of fieldable entities.
With ExtraFieldDisplay plugins developers can add custom output to entity view modes. Extra fields are treated like regular fields, site builders can place them in entity view modes, the output is rendered in twig templates. Extra fields typically combine entity data and format it for display. Extra fields do not store data and do not have a field widget.
With ExtraFieldForm plugins (8.x-2.x only) developers can add custom fields or markup to entity forms. Site builders can place them in entity form modes. Extra fields do not store data. Extra form fields can be used as replacement for hook_form_alter.
The included extra_field_example module contains ready to use example plugins. Copy them to your custom module and modify them to your needs.
Know limitation: ExtraFieldForm plugins can not be used for paragraphs, inline entity forms, blocks in layout builder. See details in this issue.
Other modules
* Extra Field Plus module: Provides an interface for Extra Field display settings.
* Markup module: To add fixed markup to forms and view modes.
* Twig markup module: To display content using twig syntax on forms and view modes.
With ExtraFieldDisplay plugins developers can add custom output to entity view modes. Extra fields are treated like regular fields, site builders can place them in entity view modes, the output is rendered in twig templates. Extra fields typically combine entity data and format it for display. Extra fields do not store data and do not have a field widget.
With ExtraFieldForm plugins (8.x-2.x only) developers can add custom fields or markup to entity forms. Site builders can place them in entity form modes. Extra fields do not store data. Extra form fields can be used as replacement for hook_form_alter.
The included extra_field_example module contains ready to use example plugins. Copy them to your custom module and modify them to your needs.
Know limitation: ExtraFieldForm plugins can not be used for paragraphs, inline entity forms, blocks in layout builder. See details in this issue.
Other modules
* Extra Field Plus module: Provides an interface for Extra Field display settings.
* Markup module: To add fixed markup to forms and view modes.
* Twig markup module: To display content using twig syntax on forms and view modes.
Module Link
Project Usage
3903
Security Covered
Covered By Security Advisory
Version Available
Production
Module Summary
This module provides plugin types to add extra fields in entity view and entity form of fieldable entities, allowing developers to customize output and site builders to easily place them in entity view modes and form modes.
Data Name
extra_field