You are here

url_redirect.schema.yml in Url Redirect 8.2

Same filename and directory in other branches
  1. 8 config/schema/url_redirect.schema.yml
config/schema/url_redirect.schema.yml

File

config/schema/url_redirect.schema.yml
View source
  1. url_redirect.url_redirect.*:
  2. type: config_entity
  3. label: 'URL Redirect'
  4. mapping:
  5. id:
  6. type: string
  7. label: 'ID'
  8. label:
  9. type: label
  10. label: 'Label'
  11. uuid:
  12. type: string
  13. message:
  14. type: string
  15. label: 'Message'
  16. status:
  17. type: string
  18. label: 'Status'
  19. path:
  20. type: string
  21. label: 'Path'
  22. redirect_path:
  23. type: string
  24. label: 'Redirect Path'
  25. checked_for:
  26. type: string
  27. label: 'Checked For'
  28. negate:
  29. type: boolean
  30. label: 'Negate'
  31. user:
  32. type: sequence
  33. label: 'Users'
  34. sequence:
  35. type: 'user.[%key]'
  36. roles:
  37. type: sequence
  38. label: 'Roles'
  39. sequence:
  40. type: 'roles.[%key]'