From 10b2281fb23e57d27628e8b862e3d9b00e41b7c6 Mon Sep 17 00:00:00 2001 From: webchick Date: Wed, 27 Feb 2013 18:22:05 -0500 Subject: [PATCH] Issue #1919198 by vijaycs85, rachit_gupta: Create configuration schemas for shortcut module. --- .../shortcut/config/schema/shortcut.schema.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 core/modules/shortcut/config/schema/shortcut.schema.yml diff --git a/core/modules/shortcut/config/schema/shortcut.schema.yml b/core/modules/shortcut/config/schema/shortcut.schema.yml new file mode 100644 index 00000000000..8502f5e2895 --- /dev/null +++ b/core/modules/shortcut/config/schema/shortcut.schema.yml @@ -0,0 +1,12 @@ +# Schema for the configuration files of the shortcut module. + +shortcut.set.default: + type: mapping + label: 'Shortcut settings' + mapping: + id: + type: string + label: 'ID' + label: + type: string + label: 'Label'