Skip to content
Snippets Groups Projects

Issue #3529464: Make active trail optional when expanding all items.

Open godotislate requested to merge issue/drupal-3529464:3529464-make-menu-trail into 11.x
Files
7
@@ -446,6 +446,7 @@ block.settings.system_menu_block:*:
label: 'Menu block'
constraints:
FullyValidatable: ~
IgnoreActiveTrail: ~
mapping:
level:
type: integer
@@ -464,6 +465,10 @@ block.settings.system_menu_block:*:
expand_all_items:
type: boolean
label: 'Expand all items'
ignore_active_trail:
type: boolean
label: 'Ignore active trail'
requiredKey: false
block.settings.local_tasks_block:
type: block_settings
Loading