You are here

select2_all.libraries.yml in Select2 ALL THE THINGS! 8

File

select2_all.libraries.yml
View source
  1. drupal.select2:
  2. css:
  3. theme:
  4. css/select2.css: {}
  5. js:
  6. js/select2.js: {}
  7. dependencies:
  8. - core/jquery
  9. - core/drupal
  10. - core/drupalSettings
  11. - core/jquery.once
  12. - select2_all/select2
  13. select2:
  14. remote: https://github.com/select2/select2
  15. version: '4.0.12'
  16. license:
  17. name: MIT
  18. url: https://github.com/select2/select2/blob/4.0.12/LICENSE.md
  19. gpl-compatible: true
  20. js:
  21. //cdn.jsdelivr.net/npm/select2@4.0.13/dist/js/select2.min.js: { external: true, minified: true }
  22. css:
  23. component:
  24. //cdn.jsdelivr.net/npm/select2@4.0.13/dist/css/select2.min.css: { external: true, minified: true }
  25. dependencies:
  26. - core/jquery