block-content-add-list.html.twig does...
<dl class="node-type-list">
{% for type in types %}
<dt>{{ type.link }}</dt>
<dd>{{ type.description }}</dd>
{% endfor %}
</dl>
It's not a node-type-list.
Let's just remove the unnecessary class.
Beta phase evaluation
| Issue category | Bug because content blocks are not nodes. |
|---|---|
| Unfrozen changes | Unfrozen because it only changes a template |
| Disruption | Very minor disruption is a theme relies on the block content type listing having this class. Core does not use this class. |
| Comment | File | Size | Author |
|---|---|---|---|
| d8.block-content-type-template.patch | 520 bytes | alexpott |
Comments
Comment #1
davidhernandezJust confirming that I see no CSS or JS attached to this class.
Comment #2
star-szrThanks @alexpott!
For a little bit of history, take a peek at #1871772-108: Convert custom blocks to content entities which calls out this "wrong" class name, but no follow-up happened.
Comment #4
catchCommitted/pushed to 8.0.x, thanks!