You are here

globalredirect.schema.yml in Global Redirect 8

config/schema/globalredirect.schema.yml

File

config/schema/globalredirect.schema.yml
View source
  1. globalredirect.settings:
  2. type: mapping
  3. label: 'Global Redirect Settings'
  4. mapping:
  5. deslash:
  6. type: boolean
  7. label: 'Deslash'
  8. nonclean_to_clean:
  9. type: boolean
  10. label: 'Non-clean to Clean'
  11. trailing_zero:
  12. type: integer
  13. label: 'Remove Trailing Zero Argument'
  14. access_check:
  15. type: boolean
  16. label: 'Menu Access Checking'
  17. normalize_aliases:
  18. type: boolean
  19. label: 'Case Sensitive URL Checking'
  20. canonical:
  21. type: boolean
  22. label: 'Add Canonical Link'
  23. content_location_header:
  24. type: boolean
  25. label: 'Set Content Location Header'
  26. term_path_handler:
  27. type: boolean
  28. label: 'Taxonomy Term Path Handler'
  29. frontpage_redirect:
  30. type: boolean
  31. label: 'Frontpage Redirect Handler'
  32. ignore_admin_path:
  33. type: boolean
  34. label: 'Ignore Admin Path'