You are here

simple_recaptcha.libraries.yml in Simple Google reCAPTCHA 8

File

simple_recaptcha.libraries.yml
View source
  1. #recaptcha:
  2. # js:
  3. # 'https://www.google.com/recaptcha/api.js': { type: external, minified: true, attributes: { defer: true, async: true } }
  4. simple_recaptcha:
  5. version: 1.x
  6. js:
  7. js/buttons.js: {}
  8. js/simple_recaptcha.js: {}
  9. dependencies:
  10. - core/jquery
  11. - core/drupal
  12. - core/jquery.once
  13. - core/drupalSettings
  14. - simple_recaptcha/recaptcha
  15. simple_recaptcha_v3:
  16. version: 1.x
  17. js:
  18. js/buttons.js: {}
  19. js/simple_recaptcha_v3.js: {}
  20. dependencies:
  21. - core/jquery
  22. - core/drupal
  23. - core/jquery.once
  24. - core/drupalSettings
  25. - simple_recaptcha/recaptcha_v3