shortcut.schema.yml

Same filename in other branches
  1. 8.9.x core/modules/shortcut/config/schema/shortcut.schema.yml
  2. 10 core/modules/shortcut/config/schema/shortcut.schema.yml
  3. 11.x core/modules/shortcut/config/schema/shortcut.schema.yml
core/modules/shortcut/config/schema/shortcut.schema.yml

File

core/modules/shortcut/config/schema/shortcut.schema.yml

View source
  1. # Schema for the configuration files of the Shortcut module.
  2. shortcut.set.*:
  3. type: config_entity
  4. label: 'Shortcut settings'
  5. mapping:
  6. id:
  7. type: string
  8. label: 'ID'
  9. label:
  10. type: label
  11. label: 'Label'
  12. # Schema for theme settings.
  13. theme_settings.third_party.shortcut:
  14. type: mapping
  15. label: 'Shortcut settings'
  16. mapping:
  17. module_link:
  18. type: boolean
  19. label: 'Add shortcut link'

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.