- Issue created by @elektrorl
The Entity Extra Field module works well with Node entities when using Views with the "Rendered entity" formatter. However, extra fields do not appear when rendering Paragraph or Taxonomy Term entities, despite being properly configured in their respective view modes.
Expected behavior
Extra fields should be visible in rendered output for all entity types supporting view modes, not just Node entities.
Actual behavior
Extra fields appear only for Node entities; they are missing for Paragraph and Taxonomy Term entities, regardless of view mode or field configuration.
Is this a known limitation of the module (only supporting Node entities)?
Could this be due to differences in how ViewBuilderInterface::view() is implemented per entity type?
Are there any recommended workarounds to make extra fields renderable for non-Node entities in Views?
Please confirm if this behavior is expected or if it's a bug/limitation. Any guidance or patches to support extra fields on Paragraph or Term entities would be greatly appreciated.
Active
2.1
Miscellaneous