You are here

image_hotspots.libraries.yml in Image Hotspots 8

File

image_hotspots.libraries.yml
View source
  1. view:
  2. css:
  3. theme:
  4. css/image_hotspots.view.css: { }
  5. js:
  6. js/image_hotspots.view.js: { }
  7. dependencies:
  8. - image_hotspots/tipTip
  9. - core/drupal
  10. edit:
  11. css:
  12. theme:
  13. css/image_hotspots.edit.css: { }
  14. js:
  15. js/image_hotspots.edit.js: { }
  16. dependencies:
  17. - image_hotspots/jquery.jcrop
  18. - image_hotspots/view
  19. translate:
  20. css:
  21. theme:
  22. css/image_hotspots.edit.css: { }
  23. js:
  24. js/image_hotspots.translate.js: { }
  25. dependencies:
  26. - image_hotspots/view
  27. tipTip:
  28. css:
  29. theme:
  30. misc/tipTip/tipTip.css: { }
  31. js:
  32. misc/tipTip/jquery.tipTip.min.js: { }
  33. dependencies:
  34. - core/jquery
  35. jquery.jcrop:
  36. css:
  37. theme:
  38. misc/jcrop/css/jquery.Jcrop.min.css: { }
  39. js:
  40. misc/jcrop/js/jquery.Jcrop.js: { }
  41. dependencies:
  42. - core/jquery
  43. - core/jquery.once