You are here

file_browser.libraries.yml in File Entity Browser 8

File

file_browser.libraries.yml
View source
  1. iframe:
  2. version: VERSION
  3. css:
  4. theme:
  5. css/file_browser.iframe.css: {}
  6. dropzone_css:
  7. version: VERSION
  8. css:
  9. theme:
  10. css/file_browser.dropzone.css: {}
  11. view:
  12. version: VERSION
  13. js:
  14. js/file_browser.view.js: {}
  15. css:
  16. theme:
  17. css/file_browser.view.css: {}
  18. dependencies:
  19. - core/jquery
  20. - core/drupal
  21. - core/jquery.once
  22. - file_browser/imagesloaded
  23. - file_browser/masonry
  24. preview:
  25. version: VERSION
  26. js:
  27. js/file_browser.preview.js: {}
  28. css:
  29. theme:
  30. css/file_browser.preview.css: {}
  31. dependencies:
  32. - core/jquery
  33. - core/drupal
  34. - core/jquery.once
  35. imagesloaded:
  36. remote: https://github.com/desandro/imagesloaded
  37. version: VERSION
  38. license:
  39. name: MIT
  40. url: https://github.com/desandro/imagesloaded/
  41. gpl-compatible: true
  42. js:
  43. /libraries/imagesloaded/imagesloaded.pkgd.min.js: { minified: true }
  44. dependencies:
  45. - core/jquery
  46. masonry:
  47. remote: http://masonry.desandro.com/
  48. version: VERSION
  49. license:
  50. name: MIT
  51. url: https://github.com/desandro/masonry/
  52. gpl-compatible: true
  53. js:
  54. /libraries/masonry/dist/masonry.pkgd.min.js: { minified: true }
  55. dependencies:
  56. - core/jquery