layout_test.layouts.yml

Same filename and directory in other branches
  1. 11.x core/modules/system/tests/modules/layout_test/layout_test.layouts.yml
  2. 10 core/modules/system/tests/modules/layout_test/layout_test.layouts.yml
  3. 9 core/modules/system/tests/modules/layout_test/layout_test.layouts.yml
core/modules/system/tests/modules/layout_test/layout_test.layouts.yml

File

core/modules/system/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. regions:
  6. top:
  7. label: Top region
  8. bottom:
  9. label: Bottom region
  10. layout_test_2col:
  11. label: 2 column layout
  12. category: Layout test
  13. template: templates/layout-test-2col
  14. library: layout_test/layout_test_2col
  15. regions:
  16. left:
  17. label: Left region
  18. right:
  19. label: Right region
  20. layout_test_1col_no_template:
  21. label: 1 column layout (No template)
  22. category: Layout test
  23. regions:
  24. top:
  25. label: Top region
  26. bottom:
  27. label: Bottom region

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.