You are here

recaptcha_v3.schema.yml in reCAPTCHA v3 8

config/schema/recaptcha_v3.schema.yml

File

config/schema/recaptcha_v3.schema.yml
View source
  1. recaptcha_v3.settings:
  2. type: config_object
  3. label: 'reCAPTCHA v3 settings'
  4. mapping:
  5. site_key:
  6. type: string
  7. label: 'The site key'
  8. secret_key:
  9. type: string
  10. label: 'The secret key'
  11. verify_hostname:
  12. type: boolean
  13. label: 'Checks the hostname'
  14. default_challenge:
  15. type: string
  16. label: 'Default fallback challenge'
  17. error_message:
  18. type: string
  19. label: 'Error message'
  20. translatable: true
  21. cacheable:
  22. type: boolean
  23. label: 'Make captcha cacheble'
  24. recaptcha_v3.recaptcha_v3_action.*:
  25. type: config_entity
  26. label: 'reCAPTCHA v3 action config'
  27. mapping:
  28. id:
  29. type: string
  30. label: 'ID'
  31. label:
  32. type: label
  33. label: 'Label'
  34. threshold:
  35. type: float
  36. label: 'Threshold'
  37. challenge:
  38. type: string
  39. label: 'Challenge'
  40. uuid:
  41. type: string
  42. label: 'UUID'