shortcut.schema.yml

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

File

drupal/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: mapping
  4. label: 'Shortcut settings'
  5. mapping:
  6. id:
  7. type: string
  8. label: 'ID'
  9. uuid:
  10. type: string
  11. label: 'UUID'
  12. label:
  13. type: label
  14. label: 'Label'
  15. langcode:
  16. type: string
  17. label: 'Default language'
  18. links:
  19. type: sequence
  20. label: 'Shortcuts'
  21. sequence:
  22. - type: string
  23. label: 'Shortcut'
  24. status:
  25. type: boolean
  26. label: 'Status'