You are here

paragraphs_collection_test.paragraphs.grid_layouts.yml in Paragraphs Collection 8

modules/paragraphs_collection_test/paragraphs_collection_test.paragraphs.grid_layouts.yml

File

modules/paragraphs_collection_test/paragraphs_collection_test.paragraphs.grid_layouts.yml
View source
  1. paragraphs_collection_test_two_column:
  2. title: 'Two columns'
  3. description: 'Defines a two column layout with 8-4 widths.'
  4. # @todo This is a temporary attributes structure.
  5. wrapper_classes:
  6. - paragraphs-behavior-grid-layout-row
  7. columns:
  8. -
  9. classes:
  10. - paragraphs-behavior-grid-layout-col-8
  11. -
  12. classes:
  13. - paragraphs-behavior-grid-layout-col-4
  14. libraries:
  15. - 'paragraphs_collection_test/grid_layout'
  16. paragraphs_collection_test_three_column:
  17. title: 'Three columns'
  18. description: 'Defines a three column layout with 4-4-4 widths.'
  19. wrapper_classes:
  20. - paragraphs-behavior-grid-layout-row
  21. columns:
  22. -
  23. classes:
  24. - paragraphs-behavior-grid-layout-col-4
  25. -
  26. classes:
  27. - paragraphs-behavior-grid-layout-col-4
  28. -
  29. classes:
  30. - paragraphs-behavior-grid-layout-col-4
  31. libraries:
  32. - 'paragraphs_collection_test/grid_layout'