Skip to content

Commit

Permalink
🐛 FIX: Set show_menu_heading default value to True
Browse files Browse the repository at this point in the history
  • Loading branch information
MrCordeiro committed May 9, 2023
1 parent 1beff20 commit ef68ef3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wagtailmenus/templatetags/menu_tags.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def main_menu(

@register.simple_tag(takes_context=True)
def flat_menu(
context, handle, max_levels=None, show_menu_heading=False,
context, handle, max_levels=None, show_menu_heading=True,
apply_active_classes=False, allow_repeating_parents=True,
show_multiple_levels=True, template='', sub_menu_template='',
sub_menu_templates=None, fall_back_to_default_site_menus=None,
Expand Down

0 comments on commit ef68ef3

Please sign in to comment.