redirect.schema.yml 943 B

12345678910111213141516171819202122232425262728293031
  1. # Schema for the configuration files of the Redirect module.
  2. redirect.settings:
  3. type: config_entity
  4. label: 'Redirect settings'
  5. mapping:
  6. auto_redirect:
  7. type: boolean
  8. label: 'Automatically create redirects when URL aliases are changed.'
  9. default_status_code:
  10. type: integer
  11. label: 'Default redirect status'
  12. passthrough_querystring:
  13. type: boolean
  14. label: 'Retain query string through redirect.'
  15. warning:
  16. type: boolean
  17. label: 'Display a warning message to users when they are redirected.'
  18. ignore_admin_path:
  19. type: boolean
  20. label: 'Allow redirections on admin paths.'
  21. access_check:
  22. type: boolean
  23. label: 'Menu Access Checking'
  24. route_normalizer_enabled:
  25. type: boolean
  26. label: 'Enforce clean and canonical URLs.'
  27. action.configuration.redirect_delete_action:
  28. type: action_configuration_default
  29. label: 'Delete redirect configuration'