layout_builder.libraries.yml

Same filename and directory in other branches
  1. 8.9.x core/modules/layout_builder/layout_builder.libraries.yml
  2. 10 core/modules/layout_builder/layout_builder.libraries.yml
  3. 11.x core/modules/layout_builder/layout_builder.libraries.yml
core/modules/layout_builder/layout_builder.libraries.yml

File

core/modules/layout_builder/layout_builder.libraries.yml

View source
  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: {}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.