You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, i'm not sure if this is a bug or a "works as expected", but in hero.html.twig template the {{ id }} variable seems wrong because in html rendered code id is always empty. Shouldn't be {{ page.header.id }} ?
The text was updated successfully, but these errors were encountered:
I thought about putting the name of the menu of the page that contains the hero in the id, to keep the consistency with the modular template that assigns the name of the page to the menu of each module.
The final code will look like this:
Hi @rhukster , I've seen that you've released a new version of the theme with the latest changes I made. I noticed that it's not integrated, and I'm wondering why. The Hero section ID always returns an empty value; it's not defined anywhere. The fix I included in the previous review (id="{{ page.menu|hyphenize }}") at least returns a value that matches the menu text the user selects for this section. What do you think?
Hi, i'm not sure if this is a bug or a "works as expected", but in hero.html.twig template the {{ id }} variable seems wrong because in html rendered code id is always empty. Shouldn't be {{ page.header.id }} ?
The text was updated successfully, but these errors were encountered: