- Issue created by @thomas.frobieter
- Status changed to Closed: duplicate
5 months ago 8:38am 7 August 2024 Aww.. sorry, duplicate of my own issue 📌 Allow DIV als element for card_title_tag (SEO relevant) Fixed .
So I guess the fix is not included in RC3 yet?
Okay I've ensured we have RC3 installed, 'div' should be allowed, but we still get:
[heading_html_tag] Does not have a value in the enumeration ["h1","h2","h3","h4","h5","h6"]
The affected page uses Radix since version betaX.
I have no idea what could be wrong here.
- Status changed to Active
5 months ago 8:49am 7 August 2024 - First commit to issue fork.
- Status changed to Needs review
5 months ago 8:57am 7 August 2024 - 🇩🇪Germany Anybody Porta Westfalica
heading_html_tag is the key, I think:
heading_html_tag: type: string title: HTML tag description: HTML header tag (h1, h2, h3, h4, h5, h6) default: h1 enum: - h1 - h2 - h3 - h4 - h5 - h6
(heading.component.yml)
There's no div! I've prepared a MR. Do we also need to allow span?
- 🇩🇪Germany Anybody Porta Westfalica
It's used here:
{% include 'radix:heading' with { heading_html_tag: card_title_tag, content: card_title, heading_attributes: card_title_attributes, heading_utility_classes: card_title_classes } %}
in card.twig
- Status changed to RTBC
5 months ago 9:37am 7 August 2024 - First commit to issue fork.
- Status changed to Fixed
5 months ago 9:45am 7 August 2024 Automatically closed - issue fixed for 2 weeks with no activity.