diff --git a/config/sync/core.extension.yml b/config/sync/core.extension.yml index c6912af2..091b7963 100644 --- a/config/sync/core.extension.yml +++ b/config/sync/core.extension.yml @@ -253,5 +253,5 @@ theme: stanford_basic: 0 soe_basic: 0 minimally_branded_subtheme: 0 - stanford_profile_admin: 0 + stanford_profile_admin_theme: 0 profile: soe_profile diff --git a/config/sync/system.theme.yml b/config/sync/system.theme.yml index 9f8165a9..f5cf1834 100644 --- a/config/sync/system.theme.yml +++ b/config/sync/system.theme.yml @@ -1,4 +1,4 @@ _core: default_config_hash: 6lQ55NXM9ysybMQ6NzJj4dtiQ1dAkOYxdDompa-r_kk -admin: stanford_profile_admin +admin: stanford_profile_admin_theme default: soe_basic diff --git a/soe_profile.install b/soe_profile.install index 06f746af..b7c91889 100644 --- a/soe_profile.install +++ b/soe_profile.install @@ -611,7 +611,7 @@ function _soe_profile_reset_node_changed_time(NodeInterface $node, int $changed) /** * Update configs 'stanford_profile_admin' with 'stanford_profile_admin_theme'. */ -function stanford_profile_update_9104() { +function soe_profile_update_9104() { $config_factory = \Drupal::configFactory(); foreach ($config_factory->listAll() as $config_name) { $config = $config_factory->getEditable($config_name);