You are here

field_redirection.schema.yml in Field Redirection 8.2

config/schema/field_redirection.schema.yml

File

config/schema/field_redirection.schema.yml
View source
  1. # @file
  2. # Schema for the configuration files of the Field Redirection module.
  3. field.formatter.settings.field_redirection_formatter:
  4. type: mapping
  5. label: ''
  6. mapping:
  7. code:
  8. type: integer
  9. label: 'HTTP status code'
  10. 404_if_empty:
  11. type: boolean
  12. label: '404 if URL empty'
  13. page_restrictions:
  14. type: integer
  15. label: 'Redirect page restrictions'
  16. pages:
  17. type: string
  18. label: 'Paths'