mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2025-11-12 00:06:04 +01:00
Allow modular of modular to be displayed in the Pages list (fixes #58)
This commit is contained in:
@@ -61,7 +61,7 @@
|
||||
</span>
|
||||
<p class="page-route">{{ p.route }}</p>
|
||||
</div>
|
||||
{% if p.children().count > 0 and not p.modular() %}
|
||||
{% if p.children().count > 0 %}
|
||||
|
||||
<ul class="depth-{{ depth + 1 }}" style="display:none;">
|
||||
{{ _self.loop(p, base_url, depth + 1, warn, separator) }}
|
||||
|
||||
Reference in New Issue
Block a user