diff --git a/flowblocks/flow_text_section.ini b/flowblocks/flow_text_section.ini new file mode 100644 index 00000000..fb3a6271 --- /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 00000000..5a271b3f --- /dev/null +++ b/templates/blocks/flow_text_section.html @@ -0,0 +1,5 @@ +
+
+ {{ this.body }} +
+