You are here

layout_plugin_example.layouts.yml in Layout Plugin (obsolete, use core's Layout Discovery) 8

modules/layout_plugin_example/layout_plugin_example.layouts.yml

File

modules/layout_plugin_example/layout_plugin_example.layouts.yml
View source
  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. layout_example_2col:
  12. label: 2 Column layout
  13. category: Examples
  14. template: templates/layout-example-2col
  15. css: css/layout-example-2col.css
  16. regions:
  17. left:
  18. label: Left region
  19. right:
  20. label: Right region