From a95db96e490472a1b0c3dbbac7fda581ff72a18c Mon Sep 17 00:00:00 2001 From: webchick Date: Sun, 17 Mar 2013 09:40:17 -0700 Subject: [PATCH] Issue #1919184 by nikhilasrani, vijaycs85: Create configuration schemas for menu module. --- core/modules/menu/config/schema/menu.schema.yml | 16 +--------------- .../system/config/schema/system.schema.yml | 14 ++++++++++++++ 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/core/modules/menu/config/schema/menu.schema.yml b/core/modules/menu/config/schema/menu.schema.yml index 7b1c4316b2d..e91b4d75b7c 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 ad6755d9813..7fe7979a830 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'