Added missing modules, including some as submodules.
[yaffs-website] / web / modules / contrib / redirect / config / schema / redirect.schema.yml
1 # Schema for the configuration files of the Redirect module.
2
3 redirect.settings:
4   type: config_entity
5   label: 'Redirect settings'
6   mapping:
7     canonical:
8       type: boolean
9       label: 'Redirect from non-canonical URLs to the canonical URLs.'
10     auto_redirect:
11       type: boolean
12       label: 'Automatically create redirects when URL aliases are changed.'
13     default_status_code:
14       type: integer
15       label: 'Default redirect status'
16     passthrough_querystring:
17       type: boolean
18       label: 'Retain query string through redirect.'
19     warning:
20       type: boolean
21       label: 'Display a warning message to users when they are redirected.'
22     ignore_admin_path:
23       type: boolean
24       label: 'Allow redirections on admin paths.'
25     access_check:
26       type: boolean
27       label: 'Menu Access Checking'
28     content_location_header:
29       type: boolean
30       label: 'Set Content Location Header'
31     route_normalizer_enabled:
32       type: boolean
33       label: 'Enable route normalizer'
34
35 action.configuration.redirect_delete_action:
36   type: action_configuration_default
37   label: 'Delete redirect configuration'