layout_builder.libraries.yml 615 B

1234567891011121314151617181920212223242526272829
  1. drupal.layout_builder:
  2. version: VERSION
  3. css:
  4. theme:
  5. css/layout-builder.css: {}
  6. js:
  7. js/layout-builder.js: {}
  8. dependencies:
  9. - core/sortable
  10. - core/drupal.dialog.off_canvas
  11. - core/drupal.announce
  12. - core/drupal.debounce
  13. # CSS libraries for Layout plugins.
  14. twocol_section:
  15. version: VERSION
  16. css:
  17. theme:
  18. layouts/twocol_section/twocol_section.css: {}
  19. threecol_section:
  20. version: VERSION
  21. css:
  22. theme:
  23. layouts/threecol_section/threecol_section.css: {}
  24. fourcol_section:
  25. version: VERSION
  26. css:
  27. theme:
  28. layouts/fourcol_section/fourcol_section.css: {}