You are here

bootstrap_layouts.layouts.yml in Bootstrap Layouts 8.5

File

bootstrap_layouts.layouts.yml
View source
  1. # One column.
  2. bs_1col:
  3. label: 'One column'
  4. category: 'Bootstrap'
  5. class: '\Drupal\bootstrap_layouts\Plugin\Layout\BootstrapLayoutsBase'
  6. type: partial
  7. icon: images/1col.png
  8. template: templates/3.0.0/bs-1col
  9. regions:
  10. main:
  11. label: 'Content'
  12. classes:
  13. - col-sm-12
  14. # One column stacked.
  15. bs_1col_stacked:
  16. label: 'One column stacked'
  17. category: 'Bootstrap'
  18. class: '\Drupal\bootstrap_layouts\Plugin\Layout\BootstrapLayoutsBase'
  19. type: partial
  20. icon: images/1col-stacked.png
  21. template: templates/3.0.0/bs-1col-stacked
  22. regions:
  23. top:
  24. label: 'Top'
  25. classes:
  26. - col-sm-12
  27. main:
  28. label: 'Content'
  29. classes:
  30. - col-sm-12
  31. bottom:
  32. label: 'Bottom'
  33. classes:
  34. - col-sm-12
  35. # Two column.
  36. bs_2col:
  37. label: 'Two column'
  38. category: 'Bootstrap'
  39. class: '\Drupal\bootstrap_layouts\Plugin\Layout\BootstrapLayoutsBase'
  40. type: partial
  41. icon: images/2col.png
  42. template: templates/3.0.0/bs-2col
  43. regions:
  44. left:
  45. label: 'Left'
  46. classes:
  47. - col-sm-6
  48. right:
  49. label: 'Right'
  50. classes:
  51. - col-sm-6
  52. # Two column bricks.
  53. bs_2col_bricked:
  54. label: 'Two column bricks'
  55. category: 'Bootstrap'
  56. class: '\Drupal\bootstrap_layouts\Plugin\Layout\BootstrapLayoutsBase'
  57. type: partial
  58. icon: images/2col-bricked.png
  59. template: templates/3.0.0/bs-2col-bricked
  60. regions:
  61. top:
  62. label: 'Top'
  63. classes:
  64. - col-sm-12
  65. top_left:
  66. label: 'Top Left'
  67. classes:
  68. - col-sm-6
  69. top_right:
  70. label: 'Top Right'
  71. classes:
  72. - col-sm-6
  73. middle:
  74. label: 'Middle'
  75. classes:
  76. - col-sm-12
  77. bottom_left:
  78. label: 'Bottom Left'
  79. classes:
  80. - col-sm-6
  81. bottom_right:
  82. label: 'Bottom Right'
  83. classes:
  84. - col-sm-6
  85. bottom:
  86. label: 'Bottom'
  87. classes:
  88. - col-sm-12
  89. # Two column stacked.
  90. bs_2col_stacked:
  91. label: 'Two column stacked'
  92. category: 'Bootstrap'
  93. class: '\Drupal\bootstrap_layouts\Plugin\Layout\BootstrapLayoutsBase'
  94. type: partial
  95. icon: images/2col-stacked.png
  96. template: templates/3.0.0/bs-2col-stacked
  97. regions:
  98. top:
  99. label: 'Top'
  100. classes:
  101. - col-sm-12
  102. left:
  103. label: 'Left'
  104. classes:
  105. - col-sm-6
  106. right:
  107. label: 'Right'
  108. classes:
  109. - col-sm-6
  110. bottom:
  111. label: 'Bottom'
  112. classes:
  113. - col-sm-12
  114. # Three column.
  115. bs_3col:
  116. label: 'Three column'
  117. category: 'Bootstrap'
  118. class: '\Drupal\bootstrap_layouts\Plugin\Layout\BootstrapLayoutsBase'
  119. type: partial
  120. icon: images/3col.png
  121. template: templates/3.0.0/bs-3col
  122. regions:
  123. left:
  124. label: 'Left'
  125. classes:
  126. - col-sm-4
  127. middle:
  128. label: 'Middle'
  129. classes:
  130. - col-sm-4
  131. right:
  132. label: 'Right'
  133. classes:
  134. - col-sm-4
  135. # Three column bricks.
  136. bs_3col_bricked:
  137. label: 'Three column bricks'
  138. category: 'Bootstrap'
  139. class: '\Drupal\bootstrap_layouts\Plugin\Layout\BootstrapLayoutsBase'
  140. type: partial
  141. icon: images/3col-bricked.png
  142. template: templates/3.0.0/bs-3col-bricked
  143. regions:
  144. top:
  145. label: 'Top'
  146. classes:
  147. - col-sm-12
  148. top_left:
  149. label: 'Top Left'
  150. classes:
  151. - col-sm-4
  152. top_middle:
  153. label: 'Top Middle'
  154. classes:
  155. - col-sm-4
  156. top_right:
  157. label: 'Top Right'
  158. classes:
  159. - col-sm-4
  160. middle:
  161. label: 'Middle'
  162. classes:
  163. - col-sm-12
  164. bottom_left:
  165. label: 'Bottom Left'
  166. classes:
  167. - col-sm-4
  168. bottom_middle:
  169. label: 'Bottom Middle'
  170. classes:
  171. - col-sm-4
  172. bottom_right:
  173. label: 'Bottom Right'
  174. classes:
  175. - col-sm-4
  176. bottom:
  177. label: 'Bottom'
  178. classes:
  179. - col-sm-12
  180. # Three column stacked.
  181. bs_3col_stacked:
  182. label: 'Three column stacked'
  183. category: 'Bootstrap'
  184. class: '\Drupal\bootstrap_layouts\Plugin\Layout\BootstrapLayoutsBase'
  185. type: partial
  186. icon: images/3col-stacked.png
  187. template: templates/3.0.0/bs-3col-stacked
  188. regions:
  189. top:
  190. label: 'Top'
  191. classes:
  192. - col-sm-12
  193. left:
  194. label: 'Left'
  195. classes:
  196. - col-sm-4
  197. middle:
  198. label: 'Middle'
  199. classes:
  200. - col-sm-4
  201. right:
  202. label: 'Right'
  203. classes:
  204. - col-sm-4
  205. bottom:
  206. label: 'Bottom'
  207. classes:
  208. - col-sm-12
  209. # Four column.
  210. bs_4col:
  211. label: 'Four column'
  212. category: 'Bootstrap'
  213. class: '\Drupal\bootstrap_layouts\Plugin\Layout\BootstrapLayoutsBase'
  214. type: partial
  215. icon: images/4col.png
  216. template: templates/3.0.0/bs-4col
  217. regions:
  218. first:
  219. label: 'First'
  220. classes:
  221. - col-sm-3
  222. second:
  223. label: 'Second'
  224. classes:
  225. - col-sm-3
  226. third:
  227. label: 'Third'
  228. classes:
  229. - col-sm-3
  230. fourth:
  231. label: 'Fourth'
  232. classes:
  233. - col-sm-3
  234. # Four column bricks.
  235. bs_4col_bricked:
  236. label: 'Four column bricks'
  237. category: 'Bootstrap'
  238. class: '\Drupal\bootstrap_layouts\Plugin\Layout\BootstrapLayoutsBase'
  239. type: partial
  240. icon: images/4col-bricked.png
  241. template: templates/3.0.0/bs-4col-bricked
  242. regions:
  243. top:
  244. label: 'Top'
  245. classes:
  246. - col-sm-12
  247. top_first:
  248. label: 'Top First'
  249. classes:
  250. - col-sm-3
  251. top_second:
  252. label: 'Top Second'
  253. classes:
  254. - col-sm-3
  255. top_third:
  256. label: 'Top Third'
  257. classes:
  258. - col-sm-3
  259. top_fourth:
  260. label: 'Top Fourth'
  261. classes:
  262. - col-sm-3
  263. middle:
  264. label: 'Middle'
  265. classes:
  266. - col-sm-12
  267. bottom_first:
  268. label: 'Bottom First'
  269. classes:
  270. - col-sm-3
  271. bottom_second:
  272. label: 'Bottom Second'
  273. classes:
  274. - col-sm-3
  275. bottom_third:
  276. label: 'Bottom Third'
  277. classes:
  278. - col-sm-3
  279. bottom_fourth:
  280. label: 'Bottom Fourth'
  281. classes:
  282. - col-sm-3
  283. bottom:
  284. label: 'Bottom'
  285. classes:
  286. - col-sm-12
  287. # Four column stacked.
  288. bs_4col_stacked:
  289. label: 'Four column stacked'
  290. category: 'Bootstrap'
  291. class: '\Drupal\bootstrap_layouts\Plugin\Layout\BootstrapLayoutsBase'
  292. type: partial
  293. icon: images/4col-stacked.png
  294. template: templates/3.0.0/bs-4col-stacked
  295. regions:
  296. top:
  297. label: 'Top'
  298. classes:
  299. - col-sm-12
  300. first:
  301. label: 'First'
  302. classes:
  303. - col-sm-3
  304. second:
  305. label: 'Second'
  306. classes:
  307. - col-sm-3
  308. third:
  309. label: 'Third'
  310. classes:
  311. - col-sm-3
  312. fourth:
  313. label: 'Fourth'
  314. classes:
  315. - col-sm-3
  316. bottom:
  317. label: 'Bottom'
  318. classes:
  319. - col-sm-12