You are here

erl_layouts.layouts.yml in Entity Reference with Layout 8

modules/erl_layouts/erl_layouts.layouts.yml

File

modules/erl_layouts/erl_layouts.layouts.yml
View source
  1. layout_onecolumn:
  2. label: 'One Column [1]'
  3. template: templates/layouts/columns
  4. class: '\Drupal\erl_layouts\Plugin\Layout\ErlLayout'
  5. category: 'Columns: 1'
  6. library: erl_layouts/erl_layouts
  7. default_region: primary
  8. icon_map:
  9. - [primary]
  10. regions:
  11. primary:
  12. label: Content
  13. layout_twocolumn_halves:
  14. label: 'Two Column [1:1]'
  15. template: templates/layouts/columns
  16. class: '\Drupal\erl_layouts\Plugin\Layout\ErlLayout'
  17. category: 'Columns: 2'
  18. library: erl_layouts/erl_layouts
  19. default_region: primary
  20. icon_map:
  21. - [header]
  22. - [primary, secondary]
  23. - [footer]
  24. regions:
  25. header:
  26. label: Header
  27. primary:
  28. label: Primary
  29. secondary:
  30. label: Secondary
  31. footer:
  32. label: Footer
  33. layout_twocolumn_onethird_twothirds:
  34. label: 'Two Column [1:2]'
  35. template: templates/layouts/columns
  36. class: '\Drupal\erl_layouts\Plugin\Layout\ErlLayout'
  37. category: 'Columns: 2'
  38. library: erl_layouts/erl_layouts
  39. default_region: primary
  40. icon_map:
  41. - [header]
  42. - [primary, secondary, secondary]
  43. - [footer]
  44. regions:
  45. header:
  46. label: Header
  47. primary:
  48. label: Primary
  49. secondary:
  50. label: Secondary
  51. footer:
  52. label: Footer
  53. layout_twocolumn_twothirds_onethird:
  54. label: 'Two Column [2:1]'
  55. template: templates/layouts/columns
  56. class: '\Drupal\erl_layouts\Plugin\Layout\ErlLayout'
  57. category: 'Columns: 2'
  58. library: erl_layouts/erl_layouts
  59. default_region: primary
  60. icon_map:
  61. - [header]
  62. - [primary, primary, secondary]
  63. - [footer]
  64. regions:
  65. header:
  66. label: Header
  67. primary:
  68. label: Primary
  69. secondary:
  70. label: Secondary
  71. footer:
  72. label: Footer
  73. layout_threecolumn_thirds:
  74. label: 'Three Column [1:1:1]'
  75. template: templates/layouts/columns
  76. class: '\Drupal\erl_layouts\Plugin\Layout\ErlLayout'
  77. category: 'Columns: 3'
  78. library: erl_layouts/erl_layouts
  79. default_region: primary
  80. icon_map:
  81. - [header]
  82. - [primary, secondary, tertiary]
  83. - [footer]
  84. regions:
  85. header:
  86. label: Header
  87. primary:
  88. label: Primary
  89. secondary:
  90. label: Secondary
  91. tertiary:
  92. label: Tertiary
  93. footer:
  94. label: Footer
  95. layout_threecolumn_half_quarter_quarter:
  96. label: 'Three Column [2:1:1]'
  97. template: templates/layouts/columns
  98. class: '\Drupal\erl_layouts\Plugin\Layout\ErlLayout'
  99. category: 'Columns: 3'
  100. library: erl_layouts/erl_layouts
  101. default_region: primary
  102. icon_map:
  103. - [header]
  104. - [primary, primary, secondary, tertiary]
  105. - [footer]
  106. regions:
  107. header:
  108. label: Header
  109. primary:
  110. label: Primary
  111. secondary:
  112. label: Secondary
  113. tertiary:
  114. label: Tertiary
  115. footer:
  116. label: Footer
  117. layout_threecolumn_quarter_half_quarter:
  118. label: 'Three Column [1:2:1]'
  119. template: templates/layouts/columns
  120. class: '\Drupal\erl_layouts\Plugin\Layout\ErlLayout'
  121. category: 'Columns: 3'
  122. library: erl_layouts/erl_layouts
  123. default_region: primary
  124. icon_map:
  125. - [header]
  126. - [primary, secondary, secondary, tertiary]
  127. - [footer]
  128. regions:
  129. header:
  130. label: Header
  131. primary:
  132. label: Primary
  133. secondary:
  134. label: Secondary
  135. tertiary:
  136. label: Tertiary
  137. footer:
  138. label: Footer
  139. layout_threecolumn_quarter_quarter_half:
  140. label: 'Three Column [1:1:2]'
  141. template: templates/layouts/columns
  142. class: '\Drupal\erl_layouts\Plugin\Layout\ErlLayout'
  143. category: 'Columns: 3'
  144. library: erl_layouts/erl_layouts
  145. default_region: primary
  146. icon_map:
  147. - [header]
  148. - [primary, secondary, tertiary, tertiary]
  149. - [footer]
  150. regions:
  151. header:
  152. label: Header
  153. primary:
  154. label: Primary
  155. secondary:
  156. label: Secondary
  157. tertiary:
  158. label: Tertiary
  159. footer:
  160. label: Footer