Skip to content
Snippets Groups Projects
Commit 8558fbf2 authored by Erik Seifert's avatar Erik Seifert
Browse files

New: add layouts

parent 8c366211
No related branches found
No related tags found
No related merge requests found
layout_1:
label: 'BC three column'
path: templates/layouts
template: layouts--1
category: 'Dashboards'
icon_map:
- [one, three]
- [two, three]
library: dashboards/layouts
regions:
one:
label: Left Top
two:
label: Left Bottom
three:
label: Right
<section {{ attributes }}>
<div class="row">
<div {{ region_attributes.one }}>
{{ content.one }}
</div>
<div {{ region_attributes.two }}>
{{ content.two }}
</div>
<div {{ region_attributes.three }}>
{{ content.three }}
</div>
</div>
</section>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment