forked from ag_kommunikation/webseite
Reenabled flow section on about page.
This commit is contained in:
parent
b55f6eb00b
commit
08b0bef56c
12
flowblocks/flow_text_section.ini
Normal file
12
flowblocks/flow_text_section.ini
Normal 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
|
5
templates/blocks/flow_text_section.html
Normal file
5
templates/blocks/flow_text_section.html
Normal file
@ -0,0 +1,5 @@
|
||||
<div class="content__box -columns">
|
||||
<div class="content__inner_box">
|
||||
{{ this.body }}
|
||||
</div>
|
||||
</div>
|
Loading…
Reference in New Issue
Block a user