You are here

mail_login.schema.yml in Mail Login 8.2

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

File

config/schema/mail_login.schema.yml
View source
  1. mail_login.settings:
  2. type: config_object
  3. label: 'Mail Login settings'
  4. mapping:
  5. mail_login_enabled:
  6. type: integer
  7. label: 'Mail Login enabled'
  8. mail_login_email_only:
  9. type: integer
  10. label: 'Login by email address only'
  11. mail_login_override_login_labels:
  12. type: integer
  13. label: 'Override login labels'
  14. mail_login_username_title:
  15. type: text
  16. label: 'Login form username/email address label'
  17. translatable: true
  18. mail_login_username_description:
  19. type: text
  20. label: 'Login form username/email address description'
  21. translatable: true
  22. mail_login_email_only_title:
  23. type: text
  24. label: 'Login form email address only label'
  25. translatable: true
  26. mail_login_email_only_description:
  27. type: text
  28. label: 'Login form email address only description'
  29. translatable: true