You are here

simple_fb_connect.schema.yml in Simple FB Connect 8.3

config/schema/simple_fb_connect.schema.yml

File

config/schema/simple_fb_connect.schema.yml
View source
  1. simple_fb_connect.settings:
  2. type: config_object
  3. label: 'Simple FB Connect settings'
  4. mapping:
  5. disabled_roles:
  6. type: sequence
  7. sequence:
  8. type: string
  9. label: 'Disable FB login for the following roles'
  10. app_id:
  11. type: string
  12. label: 'Application ID'
  13. app_secret:
  14. type: string
  15. label: 'App Secret'
  16. api_version:
  17. type: string
  18. label: 'Graph API version'
  19. post_login_path:
  20. type: string
  21. label: 'Post login path'
  22. redirect_user_form:
  23. type: integer
  24. label: 'Redirect new users to Drupal user form'
  25. disable_admin_login:
  26. type: integer
  27. label: 'Disable FB login for administrator'