shortcut.schema.yml 428 B

123456789101112131415161718192021
  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'