You are here

homebox.libraries.yml in Homebox 8

File

homebox.libraries.yml
View source
  1. onecol:
  2. version: VERSION
  3. css:
  4. theme:
  5. layouts/onecol/onecol.css: {}
  6. twocol:
  7. version: VERSION
  8. css:
  9. theme:
  10. layouts/twocol/twocol.css: {}
  11. threecol:
  12. version: VERSION
  13. css:
  14. theme:
  15. layouts/threecol/threecol.css: {}
  16. draggable-blocks:
  17. version: VERSION
  18. js:
  19. js/homebox.js: {}
  20. css:
  21. component:
  22. css/homebox.css: {}
  23. dependencies:
  24. - core/jquery.ui.droppable
  25. - core/jquery.ui.draggable
  26. - core/jquery.ui.sortable
  27. - core/drupalSettings