You are here

ga_push.schema.yml in GA Push 8

config/schema/ga_push.schema.yml

File

config/schema/ga_push.schema.yml
View source
  1. # Schema for the configuration files of the ga_push module.
  2. ga_push.settings:
  3. type: config_object
  4. label: 'GA Push settings'
  5. mapping:
  6. default_method:
  7. type: string
  8. label: 'Default method'
  9. debug:
  10. type: boolean
  11. label: 'Debug mode'