bd9ccd5d6e5fa4c6c7888a9980c47064ad51d896
[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     auto_redirect:
8       type: boolean
9       label: 'Automatically create redirects when URL aliases are changed.'
10     default_status_code:
11       type: integer
12       label: 'Default redirect status'
13     passthrough_querystring:
14       type: boolean
15       label: 'Retain query string through redirect.'
16     warning:
17       type: boolean
18       label: 'Display a warning message to users when they are redirected.'
19     ignore_admin_path:
20       type: boolean
21       label: 'Allow redirections on admin paths.'
22     access_check:
23       type: boolean
24       label: 'Menu Access Checking'
25     route_normalizer_enabled:
26       type: boolean
27       label: 'Enforce clean and canonical URLs.'
28
29 action.configuration.redirect_delete_action:
30   type: action_configuration_default
31   label: 'Delete redirect configuration'