Pathologic was missing because of a .git folder inside.
[yaffs-website] / web / modules / contrib / layout_plugin / modules / layout_plugin_example / layout_plugin_example.layouts.yml
1 layout_example_1col:
2   label: 1 Column Layout
3   category: Examples
4   template: templates/layout-example-1col
5   css: css/layout-example-1col.css
6   regions:
7     top:
8       label: Top region
9     bottom:
10       label: Bottom region
11
12 layout_example_2col:
13   label: 2 Column layout
14   category: Examples
15   template: templates/layout-example-2col
16   css: css/layout-example-2col.css
17   regions:
18     left:
19       label: Left region
20     right:
21       label: Right region