- Issue created by @lmoeni
- Merge request !95Replace item_list title with own h2 to fix the hierarchy β (Open) created by lmoeni
- π©πͺGermany lmoeni
I implemented the changes for the TOTP and HOTP setup.
- πΊπΈUnited States cmlara
To my knowledge hard coded HTML tags should be avoided in the From API (FAPI) whenever possible.
My first thoughts are this is the FAPI responsibility to handle nesting levels on the page, or perhaps the Theme.
I won't rule out that this is actually our fault and possible due to either missing some normal header or from nesting without a title somewhere in the FAPI layout (though even than, shouldn't FAPI be responsible for that too?). Second thought is maybe this is related to use of
'#theme' => 'item_list',
Sending back to needs work for more investigation as the suggested fix (modifying multiple plugins and needing to add manually defined H levels) implies there should be a different solution.