diff --git a/core/modules/shortcut/config/schema/shortcut.schema.yml b/core/modules/shortcut/config/schema/shortcut.schema.yml index ace2525..64be0d1 100644 --- a/core/modules/shortcut/config/schema/shortcut.schema.yml +++ b/core/modules/shortcut/config/schema/shortcut.schema.yml @@ -16,3 +16,15 @@ shortcut.set.*: langcode: type: string label: 'Default language' + links: + type: sequence + label: 'Shortcuts' + sequence: + - type: string + label: 'shortcut' + status: + type: boolean + label: 'Status' + langcode: + type: string + label: 'Default language'