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