You are here

fiu.libraries.yml in Fine Image Upload 8.2

Same filename and directory in other branches
  1. 8 fiu.libraries.yml

File

fiu.libraries.yml
View source
  1. jquery.ui:
  2. version: 1.12.1
  3. license:
  4. name: MIT
  5. js:
  6. js/jquery-ui.min.js: { minified: true }
  7. magnific_popup:
  8. version: 1.0
  9. js:
  10. js/magnific-popup.js: {}
  11. dependencies:
  12. - core/jquery
  13. - core/jquery.once
  14. - fiu/magnific
  15. image:
  16. version: 1.0
  17. css:
  18. theme:
  19. css/style.css: {}
  20. js:
  21. js/script.js: {}
  22. js/file-upload.js: {}
  23. dependencies:
  24. - core/drupal.ajax
  25. - fiu/jquery.ui
  26. - fiu/magnific_popup
  27. - fiu/magnific
  28. magnific:
  29. remote: https://github.com/dimsemenov/
  30. version: VERSION
  31. license:
  32. name: MIT
  33. url: https://github.com/dimsemenov/Magnific-Popup/
  34. js:
  35. /libraries/Magnific-Popup/dist/jquery.magnific-popup.min.js: { minified: true }
  36. css:
  37. theme:
  38. /libraries/Magnific-Popup/dist/magnific-popup.css: {}
  39. dependencies:
  40. - core/jquery