You are here

environment_indicator.schema.yml in Environment Indicator 4.x

Same filename and directory in other branches
  1. 8.3 config/schema/environment_indicator.schema.yml
config/schema/environment_indicator.schema.yml

File

config/schema/environment_indicator.schema.yml
View source
  1. # Schema for the configuration files of the Environment Indicator module.
  2. environment_indicator.switcher.*:
  3. type: config_entity
  4. label: 'Environment switcher settings'
  5. mapping:
  6. machine:
  7. type: string
  8. label: 'Machine name'
  9. description:
  10. type: text
  11. label: 'Description'
  12. name:
  13. type: string
  14. label: 'Name'
  15. url:
  16. type: uri
  17. label: 'URL'
  18. fg_color:
  19. type: string
  20. label: 'Foreground color'
  21. bg_color:
  22. type: string
  23. label: 'Background color'
  24. environment_indicator.settings:
  25. type: config_object
  26. label: 'Environment indicator settings'
  27. mapping:
  28. toolbar_integration:
  29. type: sequence
  30. label: 'Integrate with the toolbars if present'
  31. sequence:
  32. type: string
  33. label: 'Toolbar identifier'
  34. favicon:
  35. type: boolean
  36. label: 'Show a colored favicon for environment'