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
how can i dow in this dropdown menu
<li class="nav-item {% if Model.HasItems %}dropdown{% endif %}"> {% shape_clear_alternates Model %} {% shape_type Model "MenuItemLink" %} {{ Model | shape_render }} {% if Model.HasItems %} <ul class="dropdown-menu"> {% for item in Model.Items %} {{ item | shape_render }} {% endfor %} </ul> {% endif %} </li>
This is my code
The text was updated successfully, but these errors were encountered:
No branches or pull requests
how can i dow in this dropdown menu
This is my code
The text was updated successfully, but these errors were encountered: