Reenabled flow section on about page.

This commit is contained in:
Stephan 2021-03-21 15:15:03 +01:00
parent b55f6eb00b
commit 08b0bef56c
2 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,12 @@
[block]
name = Flow Text Section
button_label = Flow Text Section
label = {{ this.title }}
[fields.title]
label = Title
type = string
[fields.body]
label = Body
type = markdown

View File

@ -0,0 +1,5 @@
<div class="content__box -columns">
<div class="content__inner_box">
{{ this.body }}
</div>
</div>