You are here

login_destination.schema.yml in Login Destination 8

Same filename and directory in other branches
  1. 8.2 config/schema/login_destination.schema.yml
config/schema/login_destination.schema.yml

File

config/schema/login_destination.schema.yml
View source
  1. login_destination.destination.*:
  2. type: config_entity
  3. label: 'Login destination configuration entity'
  4. mapping:
  5. name:
  6. type: string
  7. label: 'Login destination rule machine name'
  8. label:
  9. type: string
  10. label: 'Short description of the rule'
  11. triggers:
  12. type: sequence
  13. label: 'Triggers'
  14. sequence:
  15. - type: string
  16. destination_path:
  17. type: string
  18. label: 'Destination'
  19. pages_type:
  20. type: integer
  21. label: 'Pages type'
  22. pages:
  23. type: string
  24. label: 'Pages'
  25. language:
  26. type: string
  27. label: 'Language'
  28. roles:
  29. type: sequence
  30. label: 'Roles'
  31. sequence:
  32. - type: string
  33. weight:
  34. type: integer
  35. label: 'Weight'
  36. enabled:
  37. type: boolean
  38. label: 'Enabled'
  39. uuid:
  40. type: string
  41. label: 'UUID'