You are here

fac.libraries.yml in Fast Autocomplete 8

File

fac.libraries.yml
View source
  1. fac.fac:
  2. version: VERSION
  3. css:
  4. theme:
  5. css/fac.css: {}
  6. js:
  7. js/fac.js: {}
  8. dependencies:
  9. - core/drupal
  10. - core/jquery
  11. - core/jquery.once
  12. - core/drupalSettings
  13. - fac/fac_plugin
  14. fac.fac_plugin:
  15. version: VERSION
  16. js:
  17. js/jquery.fastautocomplete.js: {}
  18. dependencies:
  19. - core/drupal
  20. - core/jquery
  21. - core/drupalSettings
  22. fac.markjs:
  23. remote: https://markjs.io/
  24. version: 8.11.1
  25. license:
  26. name: MIT
  27. url: https://git.io/vwTVl
  28. gpl-compatible: true
  29. js:
  30. /libraries/mark.js/jquery.mark.min.js: { minified: true }
  31. dependencies:
  32. - core/jquery
  33. fac.markjs_cdn:
  34. remote: https://markjs.io/
  35. version: 8.11.1
  36. license:
  37. name: MIT
  38. url: https://git.io/vwTVl
  39. gpl-compatible: true
  40. js:
  41. https://cdnjs.cloudflare.com/ajax/libs/mark.js/8.11.1/jquery.mark.min.js: { type: external, minified: true }
  42. dependencies:
  43. - core/jquery