layout_builder.libraries.yml

Same filename and directory in other branches
  1. 9 core/modules/layout_builder/layout_builder.libraries.yml
  2. 8.9.x core/modules/layout_builder/layout_builder.libraries.yml
  3. 10 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. css/off-canvas.css: {}
  7. js:
  8. js/layout-builder.js: {}
  9. dependencies:
  10. - core/sortable
  11. - core/drupal.dialog.off_canvas
  12. - core/drupal.announce
  13. - core/drupal.debounce
  14. # CSS libraries for Layout plugins.
  15. twocol_section:
  16. version: VERSION
  17. css:
  18. theme:
  19. layouts/twocol_section/twocol_section.css: {}
  20. threecol_section:
  21. version: VERSION
  22. css:
  23. theme:
  24. layouts/threecol_section/threecol_section.css: {}
  25. fourcol_section:
  26. version: VERSION
  27. css:
  28. theme:
  29. layouts/fourcol_section/fourcol_section.css: {}

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