You are here

ds_test.layouts.yml in Display Suite 8.3

tests/modules/ds_test/ds_test.layouts.yml

File

tests/modules/ds_test/ds_test.layouts.yml
View source
  1. dstest_1col:
  2. label: Test One column
  3. category: Display Suite
  4. class: '\Drupal\ds\Plugin\DsLayout'
  5. template: templates/dstest-1col
  6. regions:
  7. ds_content:
  8. label: Content
  9. dstest_1col_title:
  10. label: Test one column only title
  11. category: Display Suite
  12. class: '\Drupal\ds\Plugin\DsLayout'
  13. template: templates/dstest-1col-title
  14. regions:
  15. ds_content:
  16. label: Content
  17. dstest_2col:
  18. label: Test Two column
  19. category: Display Suite
  20. class: '\Drupal\ds\Plugin\DsLayout'
  21. template: templates/dstest-2col
  22. library: ds_test/dstest_2col
  23. regions:
  24. left:
  25. label: Left
  26. right:
  27. label: Right
  28. dstest_2col_fluid:
  29. label: Test Fluid two column
  30. category: Display Suite
  31. class: '\Drupal\ds\Plugin\DsLayout'
  32. template: templates/dstest-2col-fluid
  33. library: ds_test/dstest_2col_fluid
  34. regions:
  35. left:
  36. label: Left
  37. right:
  38. label: Right