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:
@@ -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: ''
|
||||
|
@@ -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>
|
||||
|
Reference in New Issue
Block a user