You are here

gin_login.schema.yml in Gin Login 8

config/schema/gin_login.schema.yml

File

config/schema/gin_login.schema.yml
View source
  1. gin_login.settings:
  2. type: config_object
  3. label: 'Gin Login Configuration Form'
  4. mapping:
  5. logo:
  6. type: mapping
  7. label: 'Logo image'
  8. mapping:
  9. use_default:
  10. type: boolean
  11. label: 'Use default logo'
  12. path:
  13. type: string
  14. label: 'Path to custom logo'
  15. brand_image:
  16. type: mapping
  17. label: 'Brand image'
  18. mapping:
  19. use_default:
  20. type: boolean
  21. label: 'Use random image'
  22. path:
  23. type: string
  24. label: 'Path to custom brand image'