paragraphs_collection-8.x-1.x-dev/modules/paragraphs_collection_test/paragraphs_collection_test.paragraphs.grid_layouts.yml
modules/paragraphs_collection_test/paragraphs_collection_test.paragraphs.grid_layouts.yml
paragraphs_collection_test_two_column:
title: '2 columns'
description: 'Defines a two column layout with 8-4 widths.'
# @todo This is a temporary attributes structure.
wrapper_classes:
- paragraphs-behavior-grid-layout-row
columns:
-
classes:
- paragraphs-behavior-grid-layout-col-8
-
classes:
- paragraphs-behavior-grid-layout-col-4
libraries:
- 'paragraphs_collection_test/grid_layout'
paragraphs_collection_test_four_column:
title: '4 columns'
description: 'Defines a three column layout with 4-4-2-2 widths.'
wrapper_classes:
- paragraphs-behavior-grid-layout-row
columns:
-
classes:
- paragraphs-behavior-grid-layout-col-4
-
classes:
- paragraphs-behavior-grid-layout-col-4
-
classes:
- paragraphs-behavior-grid-layout-col-2
-
classes:
- paragraphs-behavior-grid-layout-col-2
libraries:
- 'paragraphs_collection_test/grid_layout'
paragraphs_collection_test_three_column:
title: '3 columns'
description: 'Defines a three column layout with 4-4-4 widths.'
wrapper_classes:
- paragraphs-behavior-grid-layout-row
columns:
-
classes:
- paragraphs-behavior-grid-layout-col-4
-
classes:
- paragraphs-behavior-grid-layout-col-4
-
classes:
- paragraphs-behavior-grid-layout-col-4
libraries:
- 'paragraphs_collection_test/grid_layout'
