We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, I just wrote this bit of code. item.type can be all html elements that can be child of li element like span or a...
It can be used to make dividers for exemple
<{{ item.type is defined ? item.type : 'a' }} class="reference internal {{ itemId == currentMenu ? 'current' }}" href="{{ item.absoluteUrl|default(baseUrl ~ '/' ~ item.relativeUrl) }}"> {{ item.text|raw }} </{{ item.type is defined ? item.type : 'a' }}>
Also, are there a native way to do a submenu ? Should I implement one ?
(@mnapoli sorry for issue on light-theme, just a mistake cause I was on the wrong page :) )
The text was updated successfully, but these errors were encountered:
I was just looking at the code, if submenus were possible. Apparently not. So I would be grateful, if you could implement a submenu feature :)
Sorry, something went wrong.
No branches or pull requests
Hi, I just wrote this bit of code. item.type can be all html elements that can be child of li element like span or a...
It can be used to make dividers for exemple
<{{ item.type is defined ? item.type : 'a' }} class="reference internal {{ itemId == currentMenu ? 'current' }}" href="{{ item.absoluteUrl|default(baseUrl ~ '/' ~ item.relativeUrl) }}"> {{ item.text|raw }} </{{ item.type is defined ? item.type : 'a' }}>
Also, are there a native way to do a submenu ? Should I implement one ?
(@mnapoli sorry for issue on light-theme, just a mistake cause I was on the wrong page :) )
The text was updated successfully, but these errors were encountered: