# Summary
This module allow site builder to display field from entity reference fields.
The 8.x branch provide display field types used only in "display" mode.
The UI are located in the entity type: display settings form additional settings tabs.
The display fields are build and cached within the entity content like the regular fields.
The weight and display settings are set on the entity display settings form like the regular fields.
Features for a stable release
- Create a second display instance of a field with her own display settings. (So you have your big image and small image without preprocessing, or the summary + the content).
- Embed a view, set the display, provide values for arguments from the context (the entity being displayed). Example: list of blog post for a homepage of a blog.
- Render the fields from an entity reference field, with deep referencing (more than 1 level, you do what you want) and with default custom settings (default field types formatter and options).
The module provide a pluginManager to handle extra DisplayFields type.
# Project URL
https://www.drupal.org/project/inline_entity_display
# Where is the code?
http://www.drupal.org/project/display_fields
# Estimated completion date
december 2016 for a beta version.
# Dependencies
No.
# Who's doing the port?
delta
# What help do they need?
Drupal 8 knower reviews
# D8 roadmap
https://www.drupal.org/project/issues/display_fields?text=&status=All
Comments
Comment #2
delta commentedComment #3
delta commentedComment #4
delta commentedThe functionnality of this module are covered by http://www.drupal.org/project/display_fields
Comment #5
delta commentedComment #6
mmjvb commentedSee #4.