diff --git a/core/modules/system/config/schema/system.schema.yml b/core/modules/system/config/schema/system.schema.yml index af52582..b322859 100644 --- a/core/modules/system/config/schema/system.schema.yml +++ b/core/modules/system/config/schema/system.schema.yml @@ -359,12 +359,16 @@ block.settings.system_menu_block:*: type: block_settings label: 'Menu block' mapping: - level: - type: integer - label: 'Starting level' - depth: - type: integer - label: 'Maximum number of levels' + menu_levels: + type: mapping + label: 'Limit menu levels displayed' + mapping: + level: + type: integer + label: 'Starting level' + depth: + type: integer + label: 'Maximum number of levels' condition.plugin.request_path: type: condition.plugin diff --git a/core/profiles/minimal/config/install/block.block.stark_admin.yml b/core/profiles/minimal/config/install/block.block.stark_admin.yml index 0934049..5c8e901 100644 --- a/core/profiles/minimal/config/install/block.block.stark_admin.yml +++ b/core/profiles/minimal/config/install/block.block.stark_admin.yml @@ -13,8 +13,9 @@ settings: cache: max_age: -1 contexts: { } - level: 1 - depth: 0 + menu_levels: + level: 1 + depth: 0 dependencies: entity: - system.menu.admin diff --git a/core/profiles/minimal/config/install/block.block.stark_tools.yml b/core/profiles/minimal/config/install/block.block.stark_tools.yml index c8268bb..98cdefd 100644 --- a/core/profiles/minimal/config/install/block.block.stark_tools.yml +++ b/core/profiles/minimal/config/install/block.block.stark_tools.yml @@ -13,8 +13,9 @@ settings: cache: max_age: -1 contexts: { } - level: 1 - depth: 0 + menu_levels: + level: 1 + depth: 0 dependencies: entity: - system.menu.tools diff --git a/core/profiles/standard/config/install/block.block.bartik_footer.yml b/core/profiles/standard/config/install/block.block.bartik_footer.yml index 3074b3a..8f414ad 100644 --- a/core/profiles/standard/config/install/block.block.bartik_footer.yml +++ b/core/profiles/standard/config/install/block.block.bartik_footer.yml @@ -14,8 +14,9 @@ settings: cache: max_age: -1 contexts: { } - level: 1 - depth: 0 + menu_levels: + level: 1 + depth: 0 dependencies: entity: - system.menu.footer diff --git a/core/profiles/standard/config/install/block.block.bartik_tools.yml b/core/profiles/standard/config/install/block.block.bartik_tools.yml index 9a4b8b3..5f201c3 100644 --- a/core/profiles/standard/config/install/block.block.bartik_tools.yml +++ b/core/profiles/standard/config/install/block.block.bartik_tools.yml @@ -14,8 +14,9 @@ settings: cache: max_age: -1 contexts: { } - level: 1 - depth: 0 + menu_levels: + level: 1 + depth: 0 dependencies: entity: - system.menu.tools