iyo-8.x-1.0/config/schema/itsyouonline.schema.yml
config/schema/itsyouonline.schema.yml
# Schema for the configuration files of the itsyouonline module.
itsyouonline.account:
type: config_object
label: 'Itsyouonline account settings'
mapping:
enabled:
type: boolean
label: 'Itsyouonline is in active state?'
client_id:
type: string
label: 'Itsyouonline account client id'
client_secret:
type: string
label: 'Itsyouonline account secret key'
username_pattern:
type: string
label: 'Username pattern'
auto_create_account:
type: boolean
label: 'Auto create drupal account'
auto_create_account_email:
type: string
label: 'Auto create email setting'
auto_create_account_username:
type: string
label: 'Auto create username setting'
skip_link_wizard:
type: boolean
label: 'Skip drupal link to existing account link'
authentication_login_mode:
type: string
label: 'Authentication login mode'
authentication_register_mode:
type: string
label: 'Authentication register mode'
user_edit_redirect:
type: boolean
label: 'Redirect after user edit'
itsyouonline.fields:
type: config_object
label: 'Itsyouonline field settings'
mapping:
user_display_fields:
type: mapping
label: 'display fields'
mapping:
email:
type: mapping
label: 'Email'
mapping:
selected:
type: boolean
title:
type: string
weight:
type: integer
firstname:
type: mapping
label: 'Firstname'
mapping:
selected:
type: boolean
title:
type: string
weight:
type: integer
lastname:
type: mapping
label: 'Lastname'
mapping:
selected:
type: boolean
title:
type: string
weight:
type: integer
