You are here

device_geolocation.settings.schema.yml in Smart IP 8.3

modules/device_geolocation/config/schema/device_geolocation.settings.schema.yml

File

modules/device_geolocation/config/schema/device_geolocation.settings.schema.yml
View source
  1. device_geolocation.settings:
  2. type: config_object
  3. label: 'Device Geolocation settings'
  4. mapping:
  5. use_ajax_check:
  6. type: boolean
  7. label: "Flag to enable to use AJAX in user's geolocation checking."
  8. frequency_check:
  9. type: float
  10. label: "Number of hours will prompt the user for geolocation."
  11. google_map_api_key:
  12. type: string
  13. label: 'Google map API key.'
  14. google_map_region:
  15. type: string
  16. label: 'Google map region.'
  17. google_map_language:
  18. type: string
  19. label: 'Google map localization.'