Skip to content
New issue

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 3rd level sub menu in menu.liquid #134

Open
SAISUDHEERREDDY opened this issue Jul 27, 2020 · 0 comments
Open

How 3rd level sub menu in menu.liquid #134

SAISUDHEERREDDY opened this issue Jul 27, 2020 · 0 comments

Comments

@SAISUDHEERREDDY
Copy link

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

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant