You are here

simple_recaptcha.schema.yml in Simple Google reCAPTCHA 8

config/schema/simple_recaptcha.schema.yml

File

config/schema/simple_recaptcha.schema.yml
View source
  1. simple_recaptcha.config:
  2. type: config_object
  3. label: 'Simple reCAPTCHA config'
  4. mapping:
  5. form_ids:
  6. type: text
  7. label: 'Form IDs'
  8. site_key:
  9. type: text
  10. label: 'Site key'
  11. secret_key:
  12. type: text
  13. label: 'Secret key'
  14. site_key_v3:
  15. type: text
  16. label: 'Secret key'
  17. secret_key_v3:
  18. type: text
  19. label: 'Secret key v3'
  20. recaptcha_type:
  21. type: text
  22. label: 'reCAPTCHA type'
  23. v3_score:
  24. type: integer
  25. label: 'Desired v3 score'
  26. recaptcha_use_globally:
  27. type: boolean
  28. label: 'Use reCAPTCHA globally'