update.schema.yml

drupal/core/modules/update/config/schema/update.schema.yml

File

drupal/core/modules/update/config/schema/update.schema.yml
View source
  1. # Schema for the configuration files of the Update module.
  2. update.settings:
  3. type: mapping
  4. label: 'Update settings'
  5. mapping:
  6. check:
  7. type: mapping
  8. label: 'Check settings'
  9. mapping:
  10. disabled_extensions:
  11. type: boolean
  12. label: 'Check for updates of disabled modules and themes'
  13. interval_days:
  14. type: integer
  15. label: 'Days since last check'
  16. fetch:
  17. type: mapping
  18. label: 'Fetch settings'
  19. mapping:
  20. url:
  21. type: uri
  22. label: 'URL for fetching available update data'
  23. max_attempts:
  24. type: integer
  25. label: 'Maximum attempts'
  26. timeout:
  27. type: integer
  28. label: 'Timeout in seconds'
  29. notification:
  30. type: mapping
  31. label: 'Notification settings'
  32. mapping:
  33. emails:
  34. type: sequence
  35. label: 'E-mail addresses to notify when updates are available'
  36. sequence:
  37. - type: email
  38. label: 'E-mail'
  39. threshold:
  40. type: string
  41. label: 'E-mail notification threshold'