Skip to content

Commit 70482c5

Browse files
authored
Release 2.0.3
2 parents 2722c6c + 1e003b8 commit 70482c5

7 files changed

+11
-10
lines changed

composer.json

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"drupal/layout_paragraphs": "dev-1.0.x",
1111
"drupal/tablefield": "dev-2.x",
1212
"drupal/viewsreference": "^2.0",
13+
"localgovdrupal/localgov_core": "^2.1",
1314
"localgovdrupal/localgov_paragraphs": "^2.0"
1415
},
1516
"extra": {

config/optional/block.block.localgov_subsite_banner.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ dependencies:
44
module:
55
- localgov_subsites
66
theme:
7-
- localgov_theme
7+
- localgov_base
88
id: localgov_subsite_banner
9-
theme: localgov_theme
9+
theme: localgov_base
1010
region: content_top
1111
weight: 0
1212
provider: null

config/optional/block.block.localgov_subsite_navigation.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ dependencies:
44
module:
55
- localgov_subsites
66
theme:
7-
- localgov_theme
7+
- localgov_base
88
id: localgov_subsite_navigation
9-
theme: localgov_theme
9+
theme: localgov_base
1010
region: sidebar_second
1111
weight: -4
1212
provider: null

config/optional/block.block.subsitebanner.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ dependencies:
44
module:
55
- localgov_subsites
66
theme:
7-
- localgov_theme
7+
- localgov_base
88
id: subsitebanner
9-
theme: localgov_theme
9+
theme: localgov_base
1010
region: banner
1111
weight: -7
1212
provider: null

config/optional/block.block.subsitenavigation.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ dependencies:
44
module:
55
- localgov_subsites
66
theme:
7-
- localgov_theme
7+
- localgov_base
88
id: subsitenavigation
9-
theme: localgov_theme
9+
theme: localgov_base
1010
region: sidebar_second
1111
weight: -7
1212
provider: null

tests/src/Functional/SubsiteBlocksTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ class SubsiteBlocksTest extends BrowserTestBase {
3333
/**
3434
* {@inheritdoc}
3535
*/
36-
protected $defaultTheme = 'localgov_theme';
36+
protected $defaultTheme = 'localgov_base';
3737

3838
/**
3939
* {@inheritdoc}

tests/src/Functional/SubsitePagesTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class SubsitePagesTest extends BrowserTestBase {
2222
/**
2323
* {@inheritdoc}
2424
*/
25-
protected $defaultTheme = 'localgov_theme';
25+
protected $defaultTheme = 'localgov_base';
2626

2727
/**
2828
* {@inheritdoc}

0 commit comments

Comments
 (0)