Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / shortcut / config / schema / shortcut.schema.yml
1 # Schema for the configuration files of the Shortcut module.
2
3 shortcut.set.*:
4   type: config_entity
5   label: 'Shortcut settings'
6   mapping:
7     id:
8       type: string
9       label: 'ID'
10     label:
11       type: label
12       label: 'Label'
13
14 # Schema for theme settings.
15 theme_settings.third_party.shortcut:
16   type: mapping
17   label: 'Shortcut settings'
18   mapping:
19     module_link:
20       type: boolean
21       label: 'Add shortcut link'