custom_panels_layout.layouts.yml 362 B

123456789101112131415161718
  1. layout_onecolthreerows:
  2. label: 'One Column Three Rows'
  3. path: layouts
  4. template: layout--onecolthreerows
  5. # library: custom_panels_layout/onecolthreerows
  6. category: 'Custom'
  7. default_region: first
  8. icon_map:
  9. - [first]
  10. - [second]
  11. - [third]
  12. regions:
  13. first:
  14. label: First
  15. second:
  16. label: Second
  17. third:
  18. label: Third