You are here

admin_toolbar_version.schema.yml in Admin Toolbar Version 1.0.x

config/schema/admin_toolbar_version.schema.yml

File

config/schema/admin_toolbar_version.schema.yml
View source
  1. admin_toolbar_version.settings:
  2. type: config_object
  3. label: 'Admin toolbar developer settings'
  4. mapping:
  5. environments:
  6. type: sequence
  7. label: 'Environments'
  8. sequence:
  9. type: mapping
  10. mapping:
  11. uuid:
  12. type: uuid
  13. domain:
  14. type: string
  15. label: 'Domain matching regex'
  16. variable:
  17. type: string
  18. label: 'Environment variable matching'
  19. name:
  20. type: string
  21. label: 'The name of the environment'
  22. color:
  23. type: string
  24. label: 'The HEX format of the color'
  25. git:
  26. type: string
  27. label: 'The location of the GIT HEAD file'
  28. version_source:
  29. type: string
  30. label: 'Version source'