You are here

photoswipe.libraries.yml in PhotoSwipe 8.2

Same filename and directory in other branches
  1. 8 photoswipe.libraries.yml
  2. 3.x photoswipe.libraries.yml

File

photoswipe.libraries.yml
View source
  1. photoswipe:
  2. remote: https://github.com/dimsemenov/PhotoSwipe/archive/v4.1.0.zip
  3. license:
  4. name: MIT
  5. gpl-compatible: false
  6. css:
  7. component:
  8. /libraries/photoswipe/dist/photoswipe.css: {}
  9. /libraries/photoswipe/dist/default-skin/default-skin.css: {}
  10. js:
  11. /libraries/photoswipe/dist/photoswipe.min.js: { minified: true }
  12. /libraries/photoswipe/dist/photoswipe-ui-default.min.js: { minified: true }
  13. # Development Version
  14. photoswipe.dev:
  15. remote: https://github.com/dimsemenov/PhotoSwipe/archive/v4.1.0.zip
  16. license:
  17. name: MIT
  18. gpl-compatible: false
  19. css:
  20. component:
  21. /libraries/photoswipe/dist/photoswipe.css: {}
  22. /libraries/photoswipe/dist/default-skin/default-skin.css: {}
  23. js:
  24. /libraries/photoswipe/dist/photoswipe.js: {}
  25. /libraries/photoswipe/dist/photoswipe-ui-default.js: {}
  26. photoswipe.init:
  27. js:
  28. js/photoswipe.jquery.js: {}
  29. dependencies:
  30. - core/jquery
  31. - core/jquery.once
  32. - core/drupal