You are here

domain_301_redirect.schema.yml in Domain 301 Redirect 8

config/schema/domain_301_redirect.schema.yml

File

config/schema/domain_301_redirect.schema.yml
View source
  1. # Schema for the configuration files of the Domain 301 Redirect module.
  2. domain_301_redirect.settings:
  3. type: config_object
  4. label: 'Domain 301 redirect settings'
  5. mapping:
  6. enabled:
  7. type: integer
  8. label: 'Enable to start 301 redirects to the domain'
  9. domain:
  10. type: string
  11. label: 'Domain'
  12. check_period:
  13. type: integer
  14. label: 'Selects the period between domain'
  15. domain_check_retries:
  16. type: integer
  17. label: 'Number of times to check domain availability'
  18. domain_check_reenable:
  19. type: boolean
  20. label: 'Re-enable domain redirection'
  21. disabled_by_check:
  22. type: boolean
  23. label: 'Disable domain redirection'
  24. last_checked:
  25. type: integer
  26. label: 'Redirect is disabled by cron'
  27. loop_max_redirects:
  28. type: integer
  29. label: 'Loop maximum redirects'
  30. applicability:
  31. type: integer
  32. label: 'Redirect on specific pages'
  33. pages:
  34. type: string
  35. label: 'Specify pages'
  36. redirect_last_checked:
  37. type: integer
  38. label: 'The unix timestamp of the last time a scheduled domain redirect check was performed.'