paragraphs_collection_test.paragraphs.grid_layouts.yml

paragraphs_collection/modules/paragraphs_collection_test/paragraphs_collection_test.paragraphs.grid_layouts.yml

File

paragraphs_collection/modules/paragraphs_collection_test/paragraphs_collection_test.paragraphs.grid_layouts.yml
View source
  1. paragraphs_collection_test_two_column:
  2. title: '2 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_four_column:
  17. title: '4 columns'
  18. description: 'Defines a three column layout with 4-4-2-2 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-2
  31. -
  32. classes:
  33. - paragraphs-behavior-grid-layout-col-2
  34. libraries:
  35. - 'paragraphs_collection_test/grid_layout'
  36. paragraphs_collection_test_three_column:
  37. title: '3 columns'
  38. description: 'Defines a three column layout with 4-4-4 widths.'
  39. wrapper_classes:
  40. - paragraphs-behavior-grid-layout-row
  41. columns:
  42. -
  43. classes:
  44. - paragraphs-behavior-grid-layout-col-4
  45. -
  46. classes:
  47. - paragraphs-behavior-grid-layout-col-4
  48. -
  49. classes:
  50. - paragraphs-behavior-grid-layout-col-4
  51. libraries:
  52. - 'paragraphs_collection_test/grid_layout'