You are here

ds_test.layouts.yml in Display Suite 8.4

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. type: partial
  6. template: templates/dstest-1col
  7. regions:
  8. ds_content:
  9. label: Content
  10. dstest_1col_title:
  11. label: Test one column only title
  12. category: Display Suite
  13. class: '\Drupal\ds\Plugin\DsLayout'
  14. type: partial
  15. template: templates/dstest-1col-title
  16. regions:
  17. ds_content:
  18. label: Content
  19. dstest_2col:
  20. label: Test Two column
  21. category: Display Suite
  22. class: '\Drupal\ds\Plugin\DsLayout'
  23. type: partial
  24. template: templates/dstest-2col
  25. library: ds_test/dstest_2col
  26. regions:
  27. left:
  28. label: Left
  29. right:
  30. label: Right
  31. dstest_2col_fluid:
  32. label: Test Fluid two column
  33. category: Display Suite
  34. class: '\Drupal\ds\Plugin\DsLayout'
  35. type: partial
  36. template: templates/dstest-2col-fluid
  37. library: ds_test/dstest_2col_fluid
  38. regions:
  39. left:
  40. label: Left
  41. right:
  42. label: Right