You are here

ip_login.schema.yml in IP Login 4.x

config/schema/ip_login.schema.yml

File

config/schema/ip_login.schema.yml
View source
  1. # Schema for the configuration files of the IP Login module.
  2. ip_login.settings:
  3. type: config_object
  4. label: 'IP login settings'
  5. mapping:
  6. auto_login:
  7. type: boolean
  8. label: 'Login automatically'
  9. form_login:
  10. type: boolean
  11. label: 'Show link on the user login form'