layout_discovery.layouts.yml 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. layout_onecol:
  2. label: 'One column'
  3. path: layouts/onecol
  4. template: layout--onecol
  5. library: layout_discovery/onecol
  6. category: 'Columns: 1'
  7. default_region: content
  8. icon_map:
  9. - [content]
  10. regions:
  11. content:
  12. label: Content
  13. layout_twocol:
  14. label: 'Two column'
  15. path: layouts/twocol
  16. template: layout--twocol
  17. library: layout_discovery/twocol
  18. category: 'Columns: 2'
  19. default_region: first
  20. icon_map:
  21. - [top]
  22. - [first, second]
  23. - [bottom]
  24. regions:
  25. top:
  26. label: Top
  27. first:
  28. label: First
  29. second:
  30. label: Second
  31. bottom:
  32. label: Bottom
  33. layout_twocol_bricks:
  34. label: 'Two column bricks'
  35. path: layouts/twocol_bricks
  36. template: layout--twocol-bricks
  37. library: layout_discovery/twocol_bricks
  38. category: 'Columns: 2'
  39. default_region: middle
  40. icon_map:
  41. - [top]
  42. - [first_above, second_above]
  43. - [middle]
  44. - [first_below, second_below]
  45. - [bottom]
  46. regions:
  47. top:
  48. label: Top
  49. first_above:
  50. label: 'First above'
  51. second_above:
  52. label: 'Second above'
  53. middle:
  54. label: Middle
  55. first_below:
  56. label: 'First below'
  57. second_below:
  58. label: 'Second below'
  59. bottom:
  60. label: Bottom
  61. layout_threecol_25_50_25:
  62. label: 'Three column 25/50/25'
  63. path: layouts/threecol_25_50_25
  64. template: layout--threecol-25-50-25
  65. library: layout_discovery/threecol_25_50_25
  66. category: 'Columns: 3'
  67. default_region: second
  68. icon_map:
  69. - [top]
  70. - [first, second, second, third]
  71. - [bottom]
  72. regions:
  73. top:
  74. label: Top
  75. first:
  76. label: First
  77. second:
  78. label: Second
  79. third:
  80. label: Third
  81. bottom:
  82. label: Bottom
  83. layout_threecol_33_34_33:
  84. label: 'Three column 33/34/33'
  85. path: layouts/threecol_33_34_33
  86. template: layout--threecol-33-34-33
  87. library: layout_discovery/threecol_33_34_33
  88. category: 'Columns: 3'
  89. default_region: first
  90. icon_map:
  91. - [top]
  92. - [first, second, third]
  93. - [bottom]
  94. regions:
  95. top:
  96. label: Top
  97. first:
  98. label: First
  99. second:
  100. label: Second
  101. third:
  102. label: Third
  103. bottom:
  104. label: Bottom