Skip to content

Commit

Permalink
Install navigation and add integration patch.
Browse files Browse the repository at this point in the history
  • Loading branch information
penyaskito committed Oct 20, 2023
1 parent 20d0c89 commit 57261ab
Show file tree
Hide file tree
Showing 5 changed files with 60 additions and 2 deletions.
2 changes: 2 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"drupal/core-project-message": "11.x-dev",
"drupal/core-recommended": "11.x-dev",
"drupal/dashboard": "1.0.x-dev",
"drupal/navigation": "1.x-dev",
"drush/drush": "^12"
},
"conflict": {
Expand Down Expand Up @@ -90,6 +91,7 @@
"Provide a block for clearing cache from a dashboard": "https://www.drupal.org/files/issues/2023-06-28/3351706-27-block-clear-cache.patch"
},
"drupal/dashboard": {
"Navigation integration": "https://www.drupal.org/files/issues/2023-10-20/3395527-dashboard-section-2.patch"
}
}
}
Expand Down
57 changes: 55 additions & 2 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions config/sync/block.block.claro_help_search.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
uuid: 62fe4b1b-e0cf-41a8-b8bf-a10f0156df1e
langcode: en
status: true
dependencies:
Expand Down
1 change: 1 addition & 0 deletions config/sync/core.extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ module:
menu_link_content: 0
menu_ui: 0
mysql: 0
navigation: 0
node: 0
options: 0
page_cache: 0
Expand Down
1 change: 1 addition & 0 deletions config/sync/search.page.help_search.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
uuid: 689d1869-d8dc-4f7e-8e92-091d66e1eb23
langcode: en
status: true
dependencies:
Expand Down

0 comments on commit 57261ab

Please sign in to comment.