You are here

entity_redirect.schema.yml in Entity Redirect 8.2

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

File

config/schema/entity_redirect.schema.yml
View source
  1. node.type.*.third_party.entity_redirect: &settings
  2. type: mapping
  3. label: 'Entity Redirect per entity settings'
  4. mapping:
  5. redirect:
  6. type: mapping
  7. mapping:
  8. anonymous:
  9. type: mapping
  10. mapping: &base
  11. active:
  12. type: boolean
  13. label: 'Whether this type of redirect is active or not.'
  14. destination:
  15. type: string
  16. label: 'The redirect type.'
  17. url:
  18. type: string
  19. label: 'The url to redirect to if a local url.'
  20. external:
  21. type: string
  22. label: 'An external redirect location.'
  23. add:
  24. type: mapping
  25. mapping: &full
  26. <<: *base
  27. personalizable:
  28. type: boolean
  29. label: 'Whether privileged users can customize this for themselves.'
  30. edit:
  31. type: mapping
  32. mapping:
  33. <<: *full
  34. delete:
  35. type: mapping
  36. mapping:
  37. <<: *full
  38. media.type.*.third_party.entity_redirect:
  39. <<: *settings
  40. taxonomy.vocabulary.*.third_party.entity_redirect:
  41. <<: *settings