We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39321bd commit a98eed5Copy full SHA for a98eed5
og.info.yml
@@ -1,7 +1,7 @@
1
name: Open Government
2
type: profile
3
description: 'Distribution profile for the Open Government project for Government of Canada'
4
-core_version_requirement: ^8 || ^9
+core_version_requirement: ^9 || ^10
5
6
# Required modules to install to support the profile
7
install:
@@ -95,8 +95,6 @@ install:
95
- voting_webform
96
- webform_resend
97
themes:
98
- - stable
99
- - classy
100
- - seven
+ - claro
101
- bootstrap
102
- gcweb
og.install
@@ -21,7 +21,7 @@ function og_install() {
21
\Drupal::configFactory()
22
->getEditable('system.theme')
23
->set('default', 'gcweb')
24
- ->set('admin', 'seven')
+ ->set('admin', 'claro')
25
->save();
26
27
// Enable the admin theme.
0 commit comments