- Issue created by @joseph.olstad
Remove the bad system.site entries, 0: '' and 1: '' are bogus entries, need to be removed/cleaned.
diff --git a/custom/config/splits/dev/system.site.yml b/custom/config/splits/dev/system.site.yml
index d18cf61..b20de22 100644
--- a/custom/config/splits/dev/system.site.yml
+++ b/custom/config/splits/dev/system.site.yml
@@ -9,8 +9,6 @@ page:
403: /system/404
404: /system/404
front: /node/1
- 0: ''
- 1: ''
admin_compact_mode: false
weight_select_max: 100
default_langcode: en
diff --git a/custom/config/splits/live/system.site.yml b/custom/config/splits/live/system.site.yml
index d18cf61..b20de22 100644
--- a/custom/config/splits/live/system.site.yml
+++ b/custom/config/splits/live/system.site.yml
@@ -9,8 +9,6 @@ page:
403: /system/404
404: /system/404
front: /node/1
- 0: ''
- 1: ''
admin_compact_mode: false
weight_select_max: 100
default_langcode: en
Upgrade from D10 to D11
Would be nice if a hook_update automatically fixed this issue
Review how this might be fixed in a wxt hook_update
Without this fix there's some related errors in the site settings admin page.
N/A
Active
6.1
Code