diff --git a/content/contents.lr b/content/contents.lr index a681054..6b3c02f 100644 --- a/content/contents.lr +++ b/content/contents.lr @@ -15,7 +15,7 @@ Unseren Podcast findest du auf [vebit.xyz/podcast](https://vebit.xyz/pocast). --- section: -#### flow_section #### +#### flow_text_section #### title: Zusammen Arbyten ---- body: @@ -35,7 +35,7 @@ Die WTF eG agiert in der Regel mit Dienstleistungen im IT-, Kommunikations- und * Spenden-/Abonnementabwicklung für Podcasts von Mitgliedern * Projekte/Innovationen der GenossInnen über eigene Plattform unterstüzen * IT-Experten an Unternehmen verleihen -#### flow_section #### +#### flow_text_section #### title: Kacheln mit Claims ---- body: @@ -59,7 +59,7 @@ Mitgliederveranstaltungen mit der WTF eG als Veranstalter ## Frei oder angestellt Angestellt bei der WTF eG oder freiberuflich über uns arbeiten -#### flow_section #### +#### flow_text_section #### title: WTF, Erfolg vom Start weg ---- body: diff --git a/flowblocks/flow_section.ini b/flowblocks/flow_text_section.ini similarity index 63% rename from flowblocks/flow_section.ini rename to flowblocks/flow_text_section.ini index d99fc24..fb3a627 100644 --- a/flowblocks/flow_section.ini +++ b/flowblocks/flow_text_section.ini @@ -1,5 +1,6 @@ -[model] -name = Flowblock Section +[block] +name = Flow Text Section +button_label = Flow Text Section label = {{ this.title }} [fields.title] diff --git a/models/homepage.ini b/models/homepage.ini index c2b1cab..523af27 100644 --- a/models/homepage.ini +++ b/models/homepage.ini @@ -10,4 +10,4 @@ type = string [fields.section] label = Sections type = flow -flow_blocks = flow_section +flow_blocks = flow_text_section diff --git a/templates/blocks/flow_section.html b/templates/blocks/flow_text_section.html similarity index 100% rename from templates/blocks/flow_section.html rename to templates/blocks/flow_text_section.html