You are here

varbase_total_control.schema.yml in Varbase Total Control Dashboard 8

config/schema/varbase_total_control.schema.yml

File

config/schema/varbase_total_control.schema.yml
View source
  1. # Schema for the configuration files of the google_analytics_reports module.
  2. varbase_google_analytics_reports.settings:
  3. type: config_object
  4. label: 'Google Analytics Reports settings'
  5. mapping:
  6. metadata_etag:
  7. type: string
  8. label: 'ETag identifier from Google Analytics Metadata API'
  9. metadata_last_time:
  10. type: string
  11. label: 'Lat time request for Google Analytics Metadata API'
  12. views.view.varbase_google_analytics_summary:
  13. type: views_display_default
  14. label: 'Default display options'
  15. mapping:
  16. display_options:
  17. type: mapping
  18. label: 'Display options'
  19. mapping:
  20. filters:
  21. type: mapping
  22. label: 'Filters'
  23. mapping:
  24. start_date:
  25. type: mapping
  26. label: 'Start Date'
  27. mapping:
  28. value:
  29. type: mapping
  30. label: 'Context Value'
  31. mapping:
  32. type:
  33. type: string
  34. label: 'Type'
  35. value:
  36. type: string
  37. label: 'Value'
  38. end_date:
  39. type: mapping
  40. label: 'End Date'
  41. mapping:
  42. value:
  43. type: mapping
  44. label: 'Context Value'
  45. mapping:
  46. type:
  47. type: string
  48. label: 'Type'
  49. value:
  50. type: string
  51. label: 'Value'