You are here

webprofiler.schema.yml in Devel 8.2

webprofiler/config/schema/webprofiler.schema.yml

File

webprofiler/config/schema/webprofiler.schema.yml
View source
  1. # Schema for the configuration files of the Webprofiler module.
  2. webprofiler.config:
  3. type: config_object
  4. label: 'Webprofiler configuration'
  5. mapping:
  6. purge_on_cache_clear:
  7. type: boolean
  8. label: 'Purge profiles on cache clear'
  9. storage:
  10. type: string
  11. label: 'Storage implementation'
  12. exclude:
  13. type: string
  14. label: 'Paths to exclude'
  15. active_toolbar_items:
  16. type: sequence
  17. label: 'Active toolbar items'
  18. sequence:
  19. - type: string
  20. label: 'Toolbar item'
  21. ide_link:
  22. type: string
  23. label: 'IDE link'
  24. ide_link_remote:
  25. type: string
  26. label: 'IDE link remote path'
  27. ide_link_local:
  28. type: string
  29. label: 'IDE link local path'
  30. query_sort:
  31. type: string
  32. label: 'Sort query log'
  33. query_highlight:
  34. type: integer
  35. label: 'Slow query highlighting'