You are here

email_registration.schema.yml in Email Registration 8

config/schema/email_registration.schema.yml

File

config/schema/email_registration.schema.yml
View source
  1. email_registration.settings:
  2. type: config_object
  3. label: 'Email registration config'
  4. mapping:
  5. login_with_username:
  6. type: boolean
  7. label: 'Allow users to log in with email address or username.'
  8. # Commerce.
  9. commerce_checkout.commerce_checkout_pane.email_registration_login:
  10. type: commerce_checkout_pane_configuration
  11. mapping:
  12. allow_guest_checkout:
  13. type: boolean
  14. label: 'Allow guest checkout'
  15. allow_registration:
  16. type: boolean
  17. label: 'Allow registration'