diff --git a/core/modules/menu/config/schema/menu.schema.yml b/core/modules/menu/config/schema/menu.schema.yml index 7b1c4316b2dd..e91b4d75b7c6 100644 --- a/core/modules/menu/config/schema/menu.schema.yml +++ b/core/modules/menu/config/schema/menu.schema.yml @@ -1,4 +1,4 @@ -# Schema for configuration files of the menu module. +# Schema for configuration files of the Menu module. menu.settings: type: mapping @@ -13,17 +13,3 @@ menu.settings: override_parent_selector: type: boolean label: 'Override parent selector' - -menu.menu.*: - type: mapping - label: 'Menu' - mapping: - id: - type: string - label: 'Menu identifier' - label: - type: string - label: 'Menu label' - description: - type: text - label: 'Menu description' diff --git a/core/modules/system/config/schema/system.schema.yml b/core/modules/system/config/schema/system.schema.yml index ad6755d9813b..7fe7979a8303 100644 --- a/core/modules/system/config/schema/system.schema.yml +++ b/core/modules/system/config/schema/system.schema.yml @@ -37,3 +37,17 @@ system.maintenance: "message": type: text label: "Message to display when in maintenance mode" + +menu.menu.*: + type: mapping + label: 'Menu' + mapping: + id: + type: string + label: 'Menu identifier' + label: + type: string + label: 'Menu label' + description: + type: text + label: 'Menu description'