Same filename and directory in other branches
  1. 8.x-2.x config/schema/entity_redirect.schema.yml 1 commentaire
config/schema/entity_redirect.schema.yml

Fichier

config/schema/entity_redirect.schema.yml

View source
  1. node.type.*.third_party.entity_redirect:
  2. type: mapping
  3. label: 'Entity Redirect per entity settings'
  4. mapping:
  5. destination:
  6. type: string
  7. label: 'The destination that the user will be redirected to after saving an entity.'
  8. personalizable:
  9. type: boolean
  10. label: 'Whether to enable users to personalize this setting (via their user page).'
  11. redirect_edit:
  12. type: boolean
  13. label: 'Whether to redirect after editing as well as creating new entities.'
  14. url:
  15. type: string
  16. label: 'A local url to redirect to.'
  17. external:
  18. type: string
  19. label: 'An external path to redirect the form to.'
  20. personalization:
  21. type: sequence
  22. label: 'User specific personalization of the destination'
  23. sequence:
  24. type: mapping
  25. mapping:
  26. destination:
  27. type: string
  28. label: 'The destination that the user will be redirected to after saving an entity.'
  29. url:
  30. type: string
  31. label: 'A local url to redirect to.'
  32. external:
  33. type: string
  34. media_entity.bundle.*.third_party.entity_redirect:
  35. type: mapping
  36. label: 'Entity Redirect per entity settings'
  37. mapping:
  38. destination:
  39. type: string
  40. label: 'The destination that the user will be redirected to after saving an entity.'
  41. personalizable:
  42. type: boolean
  43. label: 'Whether to enable users to personalize this setting (via their user page).'
  44. redirect_edit:
  45. type: boolean
  46. label: 'Whether to redirect after editing as well as creating new entities.'
  47. url:
  48. type: string
  49. label: 'A local url to redirect to.'
  50. external:
  51. type: string
  52. personalization:
  53. type: sequence
  54. label: 'User specific personalization of the destination'
  55. sequence:
  56. type: mapping
  57. mapping:
  58. destination:
  59. type: string
  60. label: 'The destination that the user will be redirected to after saving an entity.'
  61. url:
  62. type: string
  63. label: 'A local url to redirect to.'
  64. external:
  65. type: string