ip_login-4.x-dev/config/schema/ip_login.schema.yml
config/schema/ip_login.schema.yml
# Schema for the configuration files of the IP Login module.
ip_login.settings:
type: config_object
label: 'IP login settings'
mapping:
auto_login:
type: boolean
label: 'Login automatically'
form_login:
type: boolean
label: 'Show link on the user login form'
check_mode:
type: integer
label: 'Page check mode - 0 excludes paths, 1 includes paths'
paths:
type: string
label: 'List of page paths'
