You are here

taxonomy_manager.libraries.yml in Taxonomy Manager 8

Same filename and directory in other branches
  1. 2.0.x taxonomy_manager.libraries.yml

File

taxonomy_manager.libraries.yml
View source
  1. jquery.fancytree:
  2. remote: https://github.com/mar10/fancytree
  3. version: 2.30.1
  4. license:
  5. name: MIT
  6. url: https://github.com/mar10/fancytree/wiki/LicenseInfo
  7. gpl-compatible: true
  8. css:
  9. component:
  10. //cdn.jsdelivr.net/npm/jquery.fancytree@2.30.1/dist/skin-lion/ui.fancytree.min.css: {}
  11. js:
  12. //cdn.jsdelivr.net/npm/jquery.fancytree@2.30.1/dist/jquery.fancytree.min.js: { type: external, minified: true }
  13. dependencies:
  14. - core/jquery
  15. - core/jquery.ui
  16. - core/jquery.ui.widget
  17. - core/jquery.ui.effects.core
  18. - core/jquery.ui.effects.blind
  19. tree:
  20. version: 1.x
  21. css:
  22. component:
  23. css/taxonomy_manager.fancytree.css: {}
  24. js:
  25. js/tree.js: {}
  26. dependencies:
  27. - taxonomy_manager/jquery.fancytree
  28. - core/drupalSettings
  29. termData:
  30. js:
  31. js/termData.js: {}
  32. dependencies:
  33. - taxonomy_manager/jquery.fancytree
  34. form:
  35. css:
  36. component:
  37. css/taxonomy_manager.css: {}
  38. dependencies:
  39. - taxonomy_manager/termData