You are here

hcaptcha.schema.yml in hCaptcha 8

config/schema/hcaptcha.schema.yml

File

config/schema/hcaptcha.schema.yml
View source
  1. # Schema for the configuration files of the hcaptcha module.
  2. hcaptcha.settings:
  3. type: config_object
  4. label: 'hCaptcha settings'
  5. mapping:
  6. site_key:
  7. type: string
  8. label: 'Site key'
  9. secret_key:
  10. type: string
  11. label: 'Secret key'
  12. hcaptcha_src:
  13. type: string
  14. label: 'hCaptcha javascript resource URL'
  15. widget:
  16. type: mapping
  17. label: 'Widget settings'
  18. mapping:
  19. theme:
  20. type: string
  21. label: 'Theme'
  22. size:
  23. type: string
  24. label: 'Size'
  25. tabindex:
  26. type: integer
  27. label: 'Tabindex'