1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-13 08:34:19 +02:00

Flextype Slim Integration - next round of integration

This commit is contained in:
Awilum
2019-02-24 21:13:49 +03:00
parent 15c6602877
commit 67add69e99
2 changed files with 8 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ fieldset: default
visibility: visible
date: 'February 20 2019 11:06:46'
description: ''
menu_item_title: ''
menu_item_title: 'Home'
menu_item_url: ''
menu_item_target: blank
menu_item_order: ''

View File

@@ -24,7 +24,13 @@
</button>
<div class="collapse navbar-collapse justify-content-end" id="navbarNav">
<ul class="navbar-nav">
{% for item in entries_fetch_all('', 'menu_order', 'DESC') %}
{% if item.menu_item_title %}
<li class="nav-item">
<a class="nav-link" href="#">{{ item.menu_item_title }}</a>
</li>
{% endif %}
{% endfor %}
</ul>
</div>
</div>