You are here

browscap.schema.yml in Browscap 8.3

config/schema/browscap.schema.yml

File

config/schema/browscap.schema.yml
View source
  1. browscap.settings:
  2. type: config_object
  3. label: 'Browscap settings'
  4. mapping:
  5. enable_automatic_updates:
  6. type: boolean
  7. label: 'Enable Automatic Updates'
  8. automatic_updates_timer:
  9. type: string
  10. label: 'Automatic Updates Timer'
  11. version_url:
  12. type: string
  13. label: 'Version URL'
  14. data_url:
  15. type: string
  16. label: 'Data URL'
  17. version:
  18. type: string
  19. label: 'Data Version'
  20. imported:
  21. type: integer
  22. label: 'Last imported time'