- Issue created by @Sweetchuck
- 🇳🇿New Zealand quietone
Changes are made on on 11.x (our main development branch) first, and are then back ported as needed according to our policies.
Currently all the content entity types – which have "field_ui_base_route" and ViewBuilderHandler – displayed on the /admin/structure/display-modes/form
and /admin/structure/display-modes/view
pages.
Every entity type has its own table, bundles are represented as rows in the table.
This page can be quite long.
It would be useful to have a link to this page which leads directly to a specific entity type.
Currently we can't have that kind of link, because there are no HTML identifiers.
<a href="/admin/structure/display-modes/view#foo-prefix--taxonomy_term">Taxonomy term view modes</a>
Text fragment doesn't work in every cases, because the label of the entity type can be on the page somewhere else as well. This happens for the "User" entity type.
Current markup:
<h2>Content</h2> <table /> <h2>Taxonomy term</h2> <table />
Proposed markup.
Add HTML ID to the H2 or the TABLE tag.
<h2 id="view-mode--node">Content</h2> <table /> <h2 id="view-mode--taxonomy_term">Taxonomy term</h2> <table />
Make changes in the \Drupal\field_ui\EntityDisplayModeListBuilder::render
No.
No.
No.
No.
No.
Active
11.1 🔥
field_ui.module
Changes are made on on 11.x (our main development branch) first, and are then back ported as needed according to our policies.