diff --git a/core/modules/shortcut/config/schema/shortcut.schema.yml b/core/modules/shortcut/config/schema/shortcut.schema.yml index 048d1a5..37a650c 100644 --- a/core/modules/shortcut/config/schema/shortcut.schema.yml +++ b/core/modules/shortcut/config/schema/shortcut.schema.yml @@ -1,12 +1,27 @@ # Schema for the configuration files of the Shortcut module. -shortcut.set.default: +shortcut.set.*: type: mapping label: 'Shortcut settings' mapping: id: type: string label: 'ID' + id: + type: string + label: 'ID' label: type: label label: 'Label' + links: + type: sequence + label: 'Shortcuts' + sequence: + - type: string + label: 'shortcut' + status: + type: boolean + label: 'Status' + langcode: + type: string + label: 'Default language'