From 08b0bef56cf23a4004bd0a8ed4e2229e93cf798a Mon Sep 17 00:00:00 2001 From: Stephan Date: Sun, 21 Mar 2021 15:15:03 +0100 Subject: [PATCH] Reenabled flow section on about page. --- flowblocks/flow_text_section.ini | 12 ++++++++++++ templates/blocks/flow_text_section.html | 5 +++++ 2 files changed, 17 insertions(+) create mode 100644 flowblocks/flow_text_section.ini create mode 100644 templates/blocks/flow_text_section.html diff --git a/flowblocks/flow_text_section.ini b/flowblocks/flow_text_section.ini new file mode 100644 index 0000000..fb3a627 --- /dev/null +++ b/flowblocks/flow_text_section.ini @@ -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 diff --git a/templates/blocks/flow_text_section.html b/templates/blocks/flow_text_section.html new file mode 100644 index 0000000..5a271b3 --- /dev/null +++ b/templates/blocks/flow_text_section.html @@ -0,0 +1,5 @@ +
+
+ {{ this.body }} +
+