Skip to content

Commit

Permalink
Merge branch 'release/4.1.0'
Browse files Browse the repository at this point in the history
Release 4.1.0
  • Loading branch information
yeniatencio committed Apr 29, 2024
2 parents 8c000be + eb33719 commit 9597063
Show file tree
Hide file tree
Showing 12 changed files with 19 additions and 186 deletions.
28 changes: 14 additions & 14 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,21 @@
"type": "drupal-profile",
"license": "GPL-2.0-or-later",
"require": {
"dpc-sdp/tide_alert": "4.0.0",
"dpc-sdp/tide_api": "4.0.0",
"dpc-sdp/tide_core": "4.0.1",
"dpc-sdp/tide_demo_content": "4.0.0",
"dpc-sdp/tide_event": "4.0.0",
"dpc-sdp/tide_grant": "4.0.0",
"dpc-sdp/tide_landing_page": "4.0.0",
"dpc-sdp/tide_media": "4.0.0",
"dpc-sdp/tide_news": "4.0.0",
"dpc-sdp/tide_profile": "4.0.0",
"dpc-sdp/tide_publication": "4.0.0",
"dpc-sdp/tide_search": "4.0.1",
"dpc-sdp/tide_site": "4.0.0",
"dpc-sdp/tide_alert": "4.1.0",
"dpc-sdp/tide_api": "4.1.0",
"dpc-sdp/tide_core": "4.1.0",
"dpc-sdp/tide_demo_content": "4.1.0",
"dpc-sdp/tide_event": "4.1.0",
"dpc-sdp/tide_grant": "4.1.0",
"dpc-sdp/tide_landing_page": "4.1.0",
"dpc-sdp/tide_media": "4.1.0",
"dpc-sdp/tide_news": "4.1.0",
"dpc-sdp/tide_profile": "4.1.0",
"dpc-sdp/tide_publication": "4.1.1",
"dpc-sdp/tide_search": "4.1.0",
"dpc-sdp/tide_site": "4.1.0",
"dpc-sdp/tide_test": "4.0.0",
"dpc-sdp/tide_webform": "4.0.0"
"dpc-sdp/tide_webform": "4.1.0"
},
"repositories": {
"drupal": {
Expand Down
19 changes: 0 additions & 19 deletions config/install/block.block.seven_breadcrumbs.yml

This file was deleted.

19 changes: 0 additions & 19 deletions config/install/block.block.seven_content.yml

This file was deleted.

17 changes: 0 additions & 17 deletions config/install/block.block.seven_local_actions.yml

This file was deleted.

19 changes: 0 additions & 19 deletions config/install/block.block.seven_login.yml

This file was deleted.

19 changes: 0 additions & 19 deletions config/install/block.block.seven_messages.yml

This file was deleted.

17 changes: 0 additions & 17 deletions config/install/block.block.seven_page_title.yml

This file was deleted.

19 changes: 0 additions & 19 deletions config/install/block.block.seven_primary_local_tasks.yml

This file was deleted.

19 changes: 0 additions & 19 deletions config/install/block.block.seven_secondary_local_tasks.yml

This file was deleted.

19 changes: 0 additions & 19 deletions config/install/block.block.seven_tide_cms_help.yml

This file was deleted.

2 changes: 1 addition & 1 deletion tide.info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ dependencies:
- dpc-sdp:tide_search
- dpc-sdp:tide_site
themes:
- seven
- claro
8 changes: 4 additions & 4 deletions tide.install
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ function tide_install() {
return;
}

// Set the default and admin theme to Seven. It is important to set themes
// only to enabled ones (and we are enabling Seven in profile dependencies).
// Set the default and admin theme to Claro. It is important to set themes
// only to enabled ones (and we are enabling Claro in profile dependencies).
\Drupal::configFactory()
->getEditable('system.theme')
->set('default', 'seven')
->set('admin', 'seven')
->set('default', 'claro')
->set('admin', 'claro')
->save(TRUE);

// Set the path to the logo and favicon files based on install directory.
Expand Down

0 comments on commit 9597063

Please sign in to comment.