jsdrupal / drupal-admin-ui

This is an admin UI for Drupal, built with JavaScript & React. ⬅️✌️➡️
Other
238 stars 91 forks source link

Assess contrib Entity Reference management options #619

Open eaton opened 5 years ago

eaton commented 5 years ago

Core currently provides Entity References, but lacks an efficiently reusable browser to select from a large set of candidate entities; a way to create "child" entities in place when required by a "parent" entity, etc. The result is significant editorial overhead when creating "clusters" of interrelated nodes on any site with a highly relational content model.

Contrib approaches to this problem include:

We should assess these modules (and any others in the same domain) on the following criteria:

justafish commented 5 years ago

Would this be possible to implement in the JS admin UI without needing to make any modifications to core? (I think the answer here is yes, but would love some input from someone with better knowledge @dawehner @alexpott )