You are here

ds.layouts.yml in Display Suite 8.2

Same filename and directory in other branches
  1. 8.4 ds.layouts.yml
  2. 8.3 ds.layouts.yml

File

ds.layouts.yml
View source
  1. ds_1col:
  2. label: One column layout
  3. category: Display Suite
  4. class: '\Drupal\ds\Plugin\DsLayout'
  5. type: partial
  6. template: templates/ds-1col
  7. icon: images/ds-1col.png
  8. regions:
  9. ds_content:
  10. label: Content
  11. ds_1col_wrapper:
  12. label: One column layout + wrapper
  13. category: Display Suite
  14. class: '\Drupal\ds\Plugin\DsLayout'
  15. type: partial
  16. template: templates/ds-1col-wrapper
  17. icon: images/ds-1col-wrapper.png
  18. regions:
  19. ds_content:
  20. label: Content
  21. ds_2col:
  22. label: Two column layout
  23. category: Display Suite
  24. class: '\Drupal\ds\Plugin\DsLayout'
  25. type: partial
  26. template: templates/ds-2col
  27. css: css/ds-2col.css
  28. icon: images/ds-2col.png
  29. regions:
  30. left:
  31. label: Left
  32. right:
  33. label: Right
  34. ds_2col_fluid:
  35. label: Fluid two column layout
  36. category: Display Suite
  37. class: '\Drupal\ds\Plugin\DsLayout'
  38. type: partial
  39. template: templates/ds-2col-fluid
  40. css: css/ds-2col-fluid.css
  41. icon: images/ds-2col-fluid.png
  42. regions:
  43. left:
  44. label: Left
  45. right:
  46. label: Right
  47. ds_2col_stacked:
  48. label: Two column stacked layout
  49. category: Display Suite
  50. class: '\Drupal\ds\Plugin\DsLayout'
  51. type: partial
  52. template: templates/ds-2col-stacked
  53. css: css/ds-2col-stacked.css
  54. icon: images/ds-2col-stacked.png
  55. regions:
  56. header:
  57. label: Header
  58. left:
  59. label: Left
  60. right:
  61. label: Right
  62. footer:
  63. label: Footer
  64. ds_2col_stacked_fluid:
  65. label: Fluid two column stacked layout
  66. category: Display Suite
  67. class: '\Drupal\ds\Plugin\DsLayout'
  68. type: partial
  69. template: templates/ds-2col-stacked-fluid
  70. css: css/ds-2col-stacked-fluid.css
  71. icon: images/ds-2col-stacked-fluid.png
  72. regions:
  73. header:
  74. label: Header
  75. left:
  76. label: Left
  77. right:
  78. label: Right
  79. footer:
  80. label: Footer
  81. ds_3col:
  82. label: Three column - 25/50/25
  83. category: Display Suite
  84. class: '\Drupal\ds\Plugin\DsLayout'
  85. type: partial
  86. template: templates/ds-3col
  87. css: css/ds-3col.css
  88. icon: images/ds-3col.png
  89. regions:
  90. left:
  91. label: Left
  92. middle:
  93. label: Middle
  94. right:
  95. label: Right
  96. ds_3col_equal_width:
  97. label: Three column - equal width
  98. category: Display Suite
  99. class: '\Drupal\ds\Plugin\DsLayout'
  100. type: partial
  101. template: templates/ds-3col-equal-width
  102. css: css/ds-3col-equal-width.css
  103. icon: images/ds-3col-equal-width.png
  104. regions:
  105. left:
  106. label: Left
  107. middle:
  108. label: Middle
  109. right:
  110. label: Right
  111. ds_3col_stacked:
  112. label: Three column stacked - 25/50/25
  113. category: Display Suite
  114. class: '\Drupal\ds\Plugin\DsLayout'
  115. type: partial
  116. template: templates/ds-3col-stacked
  117. css: css/ds-3col-stacked.css
  118. icon: images/ds-3col-stacked.png
  119. regions:
  120. header:
  121. label: Header
  122. left:
  123. label: Left
  124. middle:
  125. label: Middle
  126. right:
  127. label: Right
  128. footer:
  129. label: Footer
  130. ds_3col_stacked_fluid:
  131. label: Fluid three column stacked - 25/50/25
  132. category: Display Suite
  133. class: '\Drupal\ds\Plugin\DsLayout'
  134. type: partial
  135. template: templates/ds-3col-stacked-fluid
  136. css: css/ds-3col-stacked-fluid.css
  137. icon: images/ds-3col-stacked-fluid.png
  138. regions:
  139. header:
  140. label: Header
  141. left:
  142. label: Left
  143. middle:
  144. label: Middle
  145. right:
  146. label: Right
  147. footer:
  148. label: Footer
  149. ds_3col_stacked_equal_width:
  150. label: Three column stacked - equal width
  151. category: Display Suite
  152. class: '\Drupal\ds\Plugin\DsLayout'
  153. type: partial
  154. template: templates/ds-3col-stacked-equal-width
  155. css: css/ds-3col-stacked-equal-width.css
  156. icon: images/ds-3col-stacked-equal-width.png
  157. regions:
  158. header:
  159. label: Header
  160. left:
  161. label: Left
  162. middle:
  163. label: Middle
  164. right:
  165. label: Right
  166. footer:
  167. label: Footer
  168. ds_4col:
  169. label: Four column - equal width
  170. category: Display Suite
  171. class: '\Drupal\ds\Plugin\DsLayout'
  172. type: partial
  173. template: templates/ds-4col
  174. css: css/ds-4col.css
  175. icon: images/ds-4col.png
  176. regions:
  177. first:
  178. label: First
  179. second:
  180. label: Second
  181. third:
  182. label: Third
  183. fourth:
  184. label: Fourth
  185. ds_reset:
  186. label: Reset layout
  187. category: Display Suite
  188. class: '\Drupal\ds\Plugin\DsLayout'
  189. type: partial
  190. template: templates/ds-reset
  191. image: images/ds-reset.png
  192. regions:
  193. ds_content:
  194. label: Content