You are here

recaptcha_v3.libraries.yml in reCAPTCHA v3 8

File

recaptcha_v3.libraries.yml
View source
  1. google.recaptcha:
  2. remote: https://github.com/google/recaptcha
  3. version: "1.2.1"
  4. license:
  5. name: BSD
  6. url: https://github.com/google/recaptcha/blob/master/LICENSE
  7. gpl-compatible: true
  8. js:
  9. https://www.google.com/recaptcha/api.js: { type: external, minified: true, weight: -200, attributes: { defer: true, async: true } }
  10. recaptcha_v3:
  11. version: VERSION
  12. js:
  13. js/recaptcha_v3.js: { weight: 0 }
  14. dependencies:
  15. - core/drupal
  16. - core/jquery.once
  17. - recaptcha_v3/google.recaptcha