login_destination.schema.yml 717 B

12345678910111213141516171819202122232425262728293031323334
  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: array
  13. label: 'Triggers'
  14. destination_path:
  15. type: string
  16. label: 'Destination'
  17. pages_type:
  18. type: integer
  19. label: 'Pages type'
  20. pages:
  21. type: string
  22. label: 'Pages'
  23. roles:
  24. type: array
  25. label: 'Roles'
  26. weight:
  27. type: integer
  28. label: 'Weight'
  29. enabled:
  30. type: boolean
  31. label: 'Enabled'
  32. uuid:
  33. type: string
  34. label: 'UUID'