Security update for Core, with self-updated composer
[yaffs-website] / web / modules / contrib / environment_indicator / config / schema / environment_indicator.schema.yml
1 # Schema for the configuration files of the Environment Indicator module.
2
3 environment_indicator.switcher.*:
4   type: config_entity
5   label: 'Environment switcher settings'
6   mapping:
7     machine:
8       type: string
9       label: 'Machine name'
10     description:
11       type: text
12       label: 'Description'
13     name:
14       type: string
15       label: 'Name'
16     url:
17       type: url
18       label: 'URL'
19     fg_color:
20       type: string
21       label: 'Foreground color'
22     bg_color:
23       type: string
24       label: 'Background color'
25
26 environment_indicator.settings:
27   type: config_object
28   label: 'Environment indicator settings'
29   mapping:
30     toolbar_integration:
31       type: sequence
32       label: 'Integrate with the toolbars if present'
33       sequence:
34         type: string
35         label: 'Toolbar identifier'
36     favicon:
37       type: boolean
38       label: 'Show a colored favicon for environment'