Skip to content

Commit

Permalink
Integration with navigation.
Browse files Browse the repository at this point in the history
  • Loading branch information
penyaskito committed Apr 27, 2024
1 parent 2e709d3 commit e756170
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 3 deletions.
4 changes: 3 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,11 @@
"patches": {
"drupal/core": {
"Provide a block for running cron from a dashboard": "https://www.drupal.org/files/issues/2022-12-17/3327827-block-cron.patch",
"Provide a block for clearing cache from a dashboard": "https://www.drupal.org/files/issues/2023-06-28/3351706-27-block-clear-cache.patch"
"Provide a block for clearing cache from a dashboard": "https://www.drupal.org/files/issues/2023-06-28/3351706-27-block-clear-cache.patch",
"Issue #3395527: Integrate with navigation": "https://www.drupal.org/files/issues/2024-04-27/navigation-dashboard-hack.patch"
},
"drupal/dashboard": {
"Issue #3395527: Integrate with navigation": "https://git.drupalcode.org/project/dashboard/-/merge_requests/10.patch"
}
}
}
Expand Down
20 changes: 18 additions & 2 deletions config/sync/navigation.block_layout.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,19 @@ sections:
view_mode: default
weight: 0
additional: { }
2694e8e4-2af1-4be6-a11c-84b2dee3cfdf:
uuid: 2694e8e4-2af1-4be6-a11c-84b2dee3cfdf
region: content
configuration:
id: navigation_dashboard
label: Dashboard
label_display: '0'
provider: dashboard
status: true
info: ''
view_mode: default
weight: 1
additional: { }
3ff7be01-c8b0-4444-88f3-2364d7a8054e:
uuid: 3ff7be01-c8b0-4444-88f3-2364d7a8054e
region: content
Expand All @@ -30,7 +43,7 @@ sections:
provider: navigation
level: 1
depth: 2
weight: 1
weight: 2
additional: { }
3f2f743f-856f-404a-9c28-57ee83af4691:
uuid: 3f2f743f-856f-404a-9c28-57ee83af4691
Expand All @@ -42,7 +55,7 @@ sections:
provider: navigation
level: 2
depth: 2
weight: 2
weight: 3
additional: { }
283da777-e051-4571-8089-47633a9ce706:
uuid: 283da777-e051-4571-8089-47633a9ce706
Expand All @@ -58,3 +71,6 @@ sections:
weight: 0
additional: { }
third_party_settings: { }
dependencies:
module:
- dashboard

0 comments on commit e756170

Please sign in to comment.