Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
drupal
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
drupal
Merge requests
!12375
Issue
#3529464
: Make active trail optional when expanding all items.
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
Issue
#3529464
: Make active trail optional when expanding all items.
issue/drupal-3529464:3529464-make-menu-trail
into
11.x
Overview
23
Commits
12
Pipelines
12
Changes
7
Open
godotislate
requested to merge
issue/drupal-3529464:3529464-make-menu-trail
into
11.x
1 month ago
Overview
11
Commits
12
Pipelines
12
Changes
7
Expand
Closes
#3529464
0
0
Merge request reports
Compare
11.x
version 11
ab65a35d
3 weeks ago
version 10
8e27262c
3 weeks ago
version 9
bda8e864
3 weeks ago
version 8
e1feda25
3 weeks ago
version 7
98bf7ffe
3 weeks ago
version 6
db6e7626
3 weeks ago
version 5
4f4781bf
3 weeks ago
version 4
52aa3550
3 weeks ago
version 3
2c33d5a1
1 month ago
version 2
ccce5837
1 month ago
version 1
fd4a6353
1 month ago
11.x (HEAD)
and
latest version
latest version
d4adaab7
12 commits,
3 weeks ago
version 11
ab65a35d
11 commits,
3 weeks ago
version 10
8e27262c
10 commits,
3 weeks ago
version 9
bda8e864
9 commits,
3 weeks ago
version 8
e1feda25
8 commits,
3 weeks ago
version 7
98bf7ffe
7 commits,
3 weeks ago
version 6
db6e7626
6 commits,
3 weeks ago
version 5
4f4781bf
5 commits,
3 weeks ago
version 4
52aa3550
4 commits,
3 weeks ago
version 3
2c33d5a1
3 commits,
1 month ago
version 2
ccce5837
2 commits,
1 month ago
version 1
fd4a6353
1 commit,
1 month ago
7 files
+
306
−
5
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
7
Search (e.g. *.vue) (Ctrl+P)
core/modules/system/config/schema/system.schema.yml
+
5
−
0
Options
@@ -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