Updated to Drupal 8.6.4, which is PHP 7.3 friendly. Also updated HTMLaw library....
[yaffs-website] / web / modules / contrib / layout_plugin / tests / modules / layout_test / layout_test.layouts.yml
1 layout_test_1col:
2   label: 1 column layout
3   category: Layout test
4   template: templates/layout-test-1col
5   library: layout_test/layout_test_1col
6   regions:
7     top:
8       label: Top region
9     bottom:
10       label: Bottom region
11
12 layout_test_2col:
13   label: 2 column layout
14   category: Layout test
15   template: templates/layout-test-2col
16   library: layout_test/layout_test_2col
17   regions:
18     left:
19       label: Left region
20     right:
21       label: Right region