- Issue created by @joshua.boltz
The Helper module's EntityBrowserFormTrait does a bunch of work related to providing the entity browser form API element and how the selections are handled and rendered in a table where each selection is a new row.
I feel like the Entity Browser Table module could possibly be leveraged to off-load some of this logic in favor of an already-written component.
Maybe the Helper module could just provide options for how the selected entities are rendered, such as rendered in a specific view mode, rendered in the table, or in some other way that maybe could be alterable/overridable from other modules.
We currently leverage the EntityBrowserFormTrait for a custom form where we need the entity browser integration, but we also use the Entity Browser Table widget on fields / form displays in the field UI.
Just wondering if there's a way to mesh them more closely together.
Active
1.0
Code