Add another main navigation block for 2nd-level menu
And place in the secondary_menu region we output in the node template titlebar region thanks to our https://www.drupal.org/project/regionincontent module.
This commit is contained in:
parent
18db37f32c
commit
50daceced2
2 changed files with 38 additions and 2 deletions
|
@ -5,6 +5,7 @@ dependencies:
|
||||||
config:
|
config:
|
||||||
- system.menu.main
|
- system.menu.main
|
||||||
module:
|
module:
|
||||||
|
- block_visibility_groups
|
||||||
- system
|
- system
|
||||||
theme:
|
theme:
|
||||||
- agarica
|
- agarica
|
||||||
|
@ -22,5 +23,10 @@ settings:
|
||||||
provider: system
|
provider: system
|
||||||
label_display: '0'
|
label_display: '0'
|
||||||
level: 1
|
level: 1
|
||||||
depth: 2
|
depth: 1
|
||||||
visibility: { }
|
visibility:
|
||||||
|
condition_group:
|
||||||
|
id: condition_group
|
||||||
|
negate: false
|
||||||
|
block_visibility_group: ''
|
||||||
|
context_mapping: { }
|
||||||
|
|
30
config/sync/block.block.mainnavigation.yml
Normal file
30
config/sync/block.block.mainnavigation.yml
Normal file
|
@ -0,0 +1,30 @@
|
||||||
|
uuid: add6196e-3612-4143-a31f-3ad79d359c0d
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- system.menu.main
|
||||||
|
module:
|
||||||
|
- block_visibility_groups
|
||||||
|
- system
|
||||||
|
theme:
|
||||||
|
- agarica
|
||||||
|
id: mainnavigation
|
||||||
|
theme: agarica
|
||||||
|
region: secondary_menu
|
||||||
|
weight: 0
|
||||||
|
provider: null
|
||||||
|
plugin: 'system_menu_block:main'
|
||||||
|
settings:
|
||||||
|
id: 'system_menu_block:main'
|
||||||
|
label: 'Second-level main navigation'
|
||||||
|
provider: system
|
||||||
|
label_display: '0'
|
||||||
|
level: 2
|
||||||
|
depth: 1
|
||||||
|
visibility:
|
||||||
|
condition_group:
|
||||||
|
id: condition_group
|
||||||
|
negate: false
|
||||||
|
block_visibility_group: ''
|
||||||
|
context_mapping: { }
|
Loading…
Reference in a new issue