You are here

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

tests/modules/layout_test/layout_test.layouts.yml

File

tests/modules/layout_test/layout_test.layouts.yml
View source
  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. layout_test_2col:
  12. label: 2 column layout
  13. category: Layout test
  14. template: templates/layout-test-2col
  15. library: layout_test/layout_test_2col
  16. regions:
  17. left:
  18. label: Left region
  19. right:
  20. label: Right region