You are here

weather.schema.yml in Weather 2.0.x

Same filename and directory in other branches
  1. 8 config/schema/weather.schema.yml
config/schema/weather.schema.yml

File

config/schema/weather.schema.yml
View source
  1. # Schema for the configuration files of the Weather module.
  2. weather.settings:
  3. type: config_object
  4. mapping:
  5. weather_image_directory:
  6. type: string
  7. label: 'Directory of custom images'
  8. translatable: false
  9. weather_forecast_days:
  10. type: integer
  11. label: 'Number of forecast days'
  12. translatable: false
  13. weather_time_for_testing:
  14. type: integer
  15. label: 'Timestamp to use for testing the module'
  16. translatable: false