Skip to content

Commit a98eed5

Browse files
committed
update profile to use drupal 9 or 10 and set claro as adin theme
1 parent 39321bd commit a98eed5

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

og.info.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Open Government
22
type: profile
33
description: 'Distribution profile for the Open Government project for Government of Canada'
4-
core_version_requirement: ^8 || ^9
4+
core_version_requirement: ^9 || ^10
55

66
# Required modules to install to support the profile
77
install:
@@ -95,8 +95,6 @@ install:
9595
- voting_webform
9696
- webform_resend
9797
themes:
98-
- stable
99-
- classy
100-
- seven
98+
- claro
10199
- bootstrap
102100
- gcweb

og.install

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ function og_install() {
2121
\Drupal::configFactory()
2222
->getEditable('system.theme')
2323
->set('default', 'gcweb')
24-
->set('admin', 'seven')
24+
->set('admin', 'claro')
2525
->save();
2626

2727
// Enable the admin theme.

0 commit comments

Comments
 (0)