You are here

bootstrap_layouts.update.8401.yml in Bootstrap Layouts 8.5

src/Plugin/BootstrapLayouts/Updates/bootstrap_layouts.update.8401.yml

File

src/Plugin/BootstrapLayouts/Updates/bootstrap_layouts.update.8401.yml
View source
  1. # Bootstrap Layouts Update Map.
  2. # This map is used to convert previous 8.x-3.x layouts to 8.x-4.x layouts.
  3. # @see \Drupal\bootstrap_layouts\Plugin\BootstrapLayouts\Updates\BootstrapLayoutsUpdate8401::processExistingLayout()
  4. bootstrap_layouts_update_map:
  5. # One column.
  6. bootstrap_12:
  7. id: bs_1col
  8. regions:
  9. main: main
  10. classes:
  11. main:
  12. - col-sm-12
  13. # Two columns.
  14. bootstrap_1_11:
  15. id: bs_2col
  16. regions:
  17. sidebar_left: left
  18. sidebar_right: right
  19. classes:
  20. left:
  21. - col-sm-1
  22. right:
  23. - col-sm-11
  24. bootstrap_2_10:
  25. id: bs_2col
  26. regions:
  27. sidebar_left: left
  28. sidebar_right: right
  29. classes:
  30. left:
  31. - col-sm-2
  32. right:
  33. - col-sm-10
  34. bootstrap_3_9:
  35. id: bs_2col
  36. regions:
  37. sidebar_left: left
  38. sidebar_right: right
  39. classes:
  40. left:
  41. - col-sm-3
  42. right:
  43. - col-sm-9
  44. bootstrap_4_8:
  45. id: bs_2col
  46. regions:
  47. sidebar_left: left
  48. sidebar_right: right
  49. classes:
  50. left:
  51. - col-sm-4
  52. right:
  53. - col-sm-8
  54. bootstrap_5_7:
  55. id: bs_2col
  56. regions:
  57. sidebar_left: left
  58. sidebar_right: right
  59. classes:
  60. left:
  61. - col-sm-5
  62. right:
  63. - col-sm-7
  64. bootstrap_6_6:
  65. id: bs_2col
  66. regions:
  67. sidebar_left: left
  68. sidebar_right: right
  69. classes:
  70. left:
  71. - col-sm-6
  72. right:
  73. - col-sm-6
  74. bootstrap_7_5:
  75. id: bs_2col
  76. regions:
  77. sidebar_left: left
  78. sidebar_right: right
  79. classes:
  80. left:
  81. - col-sm-7
  82. right:
  83. - col-sm-5
  84. bootstrap_8_4:
  85. id: bs_2col
  86. regions:
  87. sidebar_left: left
  88. sidebar_right: right
  89. classes:
  90. left:
  91. - col-sm-8
  92. right:
  93. - col-sm-4
  94. bootstrap_9_3:
  95. id: bs_2col
  96. regions:
  97. sidebar_left: left
  98. sidebar_right: right
  99. classes:
  100. left:
  101. - col-sm-9
  102. right:
  103. - col-sm-3
  104. bootstrap_10_2:
  105. id: bs_2col
  106. regions:
  107. sidebar_left: left
  108. sidebar_right: right
  109. classes:
  110. left:
  111. - col-sm-10
  112. right:
  113. - col-sm-2
  114. bootstrap_11_1:
  115. id: bs_2col
  116. regions:
  117. sidebar_left: left
  118. sidebar_right: right
  119. classes:
  120. left:
  121. - col-sm-11
  122. right:
  123. - col-sm-1
  124. # Two columns (stacked).
  125. bootstrap_6_6_stacked:
  126. id: bs_2col_stacked
  127. regions:
  128. top: top
  129. sidebar_left: left
  130. sidebar_right: right
  131. bottom: bottom
  132. classes:
  133. top:
  134. - col-sm-12
  135. left:
  136. - col-sm-6
  137. right:
  138. - col-sm-6
  139. bottom:
  140. - col-sm-12
  141. # Two columns (bricked).
  142. bootstrap_6_6_bricks:
  143. id: bs_2col_bricked
  144. regions:
  145. top: top
  146. upper_left: top_left
  147. upper_right: top_right
  148. middle: middle
  149. lower_left: bottom_left
  150. lower_right: bottom_right
  151. bottom: bottom
  152. classes:
  153. top:
  154. - col-sm-12
  155. top_left:
  156. - col-sm-6
  157. top_right:
  158. - col-sm-6
  159. middle:
  160. - col-sm-12
  161. bottom_left:
  162. - col-sm-6
  163. bottom_right:
  164. - col-sm-6
  165. bottom:
  166. - col-sm-12
  167. # Three columns.
  168. bootstrap_2_8_2:
  169. id: bs_3col
  170. regions:
  171. sidebar_left: left
  172. main: middle
  173. sidebar_right: right
  174. classes:
  175. left:
  176. - col-sm-2
  177. middle:
  178. - col-sm-8
  179. right:
  180. - col-sm-2
  181. bootstrap_2_2_8:
  182. id: bs_3col
  183. regions:
  184. sidebar_left: left
  185. main: middle
  186. sidebar_right: right
  187. classes:
  188. left:
  189. - col-sm-2
  190. middle:
  191. - col-sm-2
  192. right:
  193. - col-sm-8
  194. bootstrap_8_2_2:
  195. id: bs_3col
  196. regions:
  197. sidebar_left: left
  198. main: middle
  199. sidebar_right: right
  200. classes:
  201. left:
  202. - col-sm-8
  203. middle:
  204. - col-sm-2
  205. right:
  206. - col-sm-2
  207. bootstrap_3_6_3:
  208. id: bs_3col
  209. regions:
  210. sidebar_left: left
  211. main: middle
  212. sidebar_right: right
  213. classes:
  214. left:
  215. - col-sm-3
  216. middle:
  217. - col-sm-6
  218. right:
  219. - col-sm-3
  220. bootstrap_4_4_4:
  221. id: bs_3col
  222. regions:
  223. sidebar_left: left
  224. main: middle
  225. sidebar_right: right
  226. classes:
  227. left:
  228. - col-sm-4
  229. middle:
  230. - col-sm-4
  231. right:
  232. - col-sm-4
  233. bootstrap_5_5_2:
  234. id: bs_3col
  235. regions:
  236. sidebar_left: left
  237. main: middle
  238. sidebar_right: right
  239. classes:
  240. left:
  241. - col-sm-5
  242. middle:
  243. - col-sm-5
  244. right:
  245. - col-sm-2
  246. # Three columns (stacked).
  247. bootstrap_4_4_4_stacked:
  248. id: bs_3col_stacked
  249. regions:
  250. top: top
  251. sidebar_left: left
  252. main: middle
  253. sidebar_right: right
  254. bottom: bottom
  255. classes:
  256. top:
  257. - col-sm-12
  258. left:
  259. - col-sm-4
  260. middle:
  261. - col-sm-4
  262. right:
  263. - col-sm-4
  264. bottom:
  265. - col-sm-12
  266. # Four columns.
  267. bootstrap_3_3_3_3:
  268. id: bs_4col
  269. regions:
  270. far_left: first
  271. mid_left: second
  272. mid_right: third
  273. far_right: fourth
  274. classes:
  275. first:
  276. - col-sm-3
  277. second:
  278. - col-sm-3
  279. third:
  280. - col-sm-3
  281. fourth:
  282. - col-sm-3
  283. # Four columns (bricked).
  284. bootstrap_3_3_3_3_bricks:
  285. id: bs_4col_bricked
  286. regions:
  287. top: top
  288. upper_far_left: top_first
  289. upper_mid_left: top_second
  290. upper_mid_right: top_third
  291. upper_far_right: top_fourth
  292. middle: middle
  293. lower_far_left: bottom_first
  294. lower_mid_left: bottom_second
  295. lower_mid_right: bottom_third
  296. lower_far_right: bottom_fourth
  297. bottom: bottom
  298. classes:
  299. top:
  300. - col-sm-12
  301. top_first:
  302. - col-sm-3
  303. top_second:
  304. - col-sm-3
  305. top_third:
  306. - col-sm-3
  307. top_fourth:
  308. - col-sm-3
  309. middle:
  310. - col-sm-12
  311. bottom_first:
  312. - col-sm-3
  313. bottom_second:
  314. - col-sm-3
  315. bottom_third:
  316. - col-sm-3
  317. bottom_fourth:
  318. - col-sm-3
  319. bottom:
  320. - col-sm-12