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