You are here

recaptcha.schema.yml in reCAPTCHA 8.2

Same filename and directory in other branches
  1. 8.3 config/schema/recaptcha.schema.yml
config/schema/recaptcha.schema.yml

File

config/schema/recaptcha.schema.yml
View source
  1. # Schema for the configuration files of the recaptcha module.
  2. recaptcha.settings:
  3. type: config_object
  4. label: 'reCAPTCHA settings'
  5. mapping:
  6. site_key:
  7. type: string
  8. label: 'Site key'
  9. secret_key:
  10. type: string
  11. label: 'Secret key'
  12. verify_hostname:
  13. type: boolean
  14. label: 'Local domain name validation'
  15. use_globally:
  16. type: boolean
  17. label: 'Use reCAPTCHA globally'
  18. widget:
  19. type: mapping
  20. label: 'Widget settings'
  21. mapping:
  22. theme:
  23. type: string
  24. label: 'Theme'
  25. type:
  26. type: string
  27. label: 'Type'
  28. size:
  29. type: string
  30. label: 'Size'
  31. tabindex:
  32. type: integer
  33. label: 'Tabindex'
  34. noscript:
  35. type: boolean
  36. label: 'Enable fallback for browsers with JavaScript disabled'