From dc3bc1a8e3a3bbdb7647f9ed44850e6a66781311 Mon Sep 17 00:00:00 2001 From: muli Date: Sun, 21 May 2023 11:19:42 +0200 Subject: [PATCH] chore: Nicht genutzte Flow-Blocks entfernt. --- flowblocks/flow_boxes_section.ini | 33 ------------- flowblocks/flow_one_innerbox_section.ini | 30 ------------ flowblocks/flow_seperator.ini | 3 -- flowblocks/flow_social_media_link.ini | 28 ----------- flowblocks/flow_text_section.ini | 12 ----- flowblocks/flow_third_box_section.ini | 9 ---- templates/blocks/flow_boxes_section.html | 29 ------------ .../blocks/flow_one_innerbox_section.html | 15 ------ templates/blocks/flow_seperator.html | 1 - templates/blocks/flow_social_media_link.html | 5 -- templates/blocks/flow_text_section.html | 5 -- templates/blocks/flow_third_box_section.html | 46 ------------------- 12 files changed, 216 deletions(-) delete mode 100644 flowblocks/flow_boxes_section.ini delete mode 100644 flowblocks/flow_one_innerbox_section.ini delete mode 100644 flowblocks/flow_seperator.ini delete mode 100644 flowblocks/flow_social_media_link.ini delete mode 100644 flowblocks/flow_text_section.ini delete mode 100644 flowblocks/flow_third_box_section.ini delete mode 100644 templates/blocks/flow_boxes_section.html delete mode 100644 templates/blocks/flow_one_innerbox_section.html delete mode 100644 templates/blocks/flow_seperator.html delete mode 100644 templates/blocks/flow_social_media_link.html delete mode 100644 templates/blocks/flow_text_section.html delete mode 100644 templates/blocks/flow_third_box_section.html diff --git a/flowblocks/flow_boxes_section.ini b/flowblocks/flow_boxes_section.ini deleted file mode 100644 index edc1d48d..00000000 --- a/flowblocks/flow_boxes_section.ini +++ /dev/null @@ -1,33 +0,0 @@ -[block] -name = Flow Boxes Section -button_label = Flow Boxes Section -label = {{ this.title }} - -[fields.title] -label = Titel -type = string - -[fields.background_box_title] -label = Titel Background Box -type = string -width = 1/3 - -[fields.background_box_claim] -label = Claim Background Box -type = markdown -width = 2/3 - -[fields.claim__background_link] -label = Claim Background Addresse -type = string -width = 1/2 - -[fields.claim__background_url] -label = Claim Background URL -type = string -width = 1/2 - -[fields.claim_boxes] -label = Small Box -type = flow -flow_blocks = flow_claim_boxes diff --git a/flowblocks/flow_one_innerbox_section.ini b/flowblocks/flow_one_innerbox_section.ini deleted file mode 100644 index 26140e57..00000000 --- a/flowblocks/flow_one_innerbox_section.ini +++ /dev/null @@ -1,30 +0,0 @@ -[block] -name = One Box Section -button_label = One Box Section -label = {{ this.title }} - -[fields.title] -label = Titel -type = string -width = 1/2 - -[fields.box_image] -label = Box Image -description = Upload a Image to select it here -type = select -source = record.attachments.images -width = 1/2 - -[fields.box_content] -label = Box Content -type = markdown - -[fields.box_link] -label = Link Text -type = string -width = 1/2 - -[fields.box_url] -label = Link Adresse -type = string -width = 1/2 diff --git a/flowblocks/flow_seperator.ini b/flowblocks/flow_seperator.ini deleted file mode 100644 index 19e27655..00000000 --- a/flowblocks/flow_seperator.ini +++ /dev/null @@ -1,3 +0,0 @@ -[block] -name = Seperator -button_label = Seperator diff --git a/flowblocks/flow_social_media_link.ini b/flowblocks/flow_social_media_link.ini deleted file mode 100644 index 0efbaf08..00000000 --- a/flowblocks/flow_social_media_link.ini +++ /dev/null @@ -1,28 +0,0 @@ -[block] -name = Social Media Link -button_label = Social Media Link -label = {{ this.title }} - -[fields.sm_what] -label = Einleitung -description = Folge uns auf ... -type = string -width = 1/2 - -[fields.title] -label = Link Titel -description = ... zB. Mastodon -type = string -width = 1/2 - -[fields.sm_link] -label = Social Media Link -description = example.com/@wtf -type = url -width = 1/2 - -[fields.sm_image] -label = Social Media Icon -description = /images/mastodon_logo.svg -type = string -width = 1/2 diff --git a/flowblocks/flow_text_section.ini b/flowblocks/flow_text_section.ini deleted file mode 100644 index fb3a6271..00000000 --- a/flowblocks/flow_text_section.ini +++ /dev/null @@ -1,12 +0,0 @@ -[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/flowblocks/flow_third_box_section.ini b/flowblocks/flow_third_box_section.ini deleted file mode 100644 index 974db34e..00000000 --- a/flowblocks/flow_third_box_section.ini +++ /dev/null @@ -1,9 +0,0 @@ -[block] -name = Flow Three Box Section -button_label = Flow Three Box Section -label = Three Box Section - -[fields.inner_box] -label = One Box -type = flow -flow_blocks = flow_one_innerbox_section diff --git a/templates/blocks/flow_boxes_section.html b/templates/blocks/flow_boxes_section.html deleted file mode 100644 index f67b265b..00000000 --- a/templates/blocks/flow_boxes_section.html +++ /dev/null @@ -1,29 +0,0 @@ - -
-
-
-
-

{{ this.title }}

-
-
-
-

{{ this.background_box_title }}

-
- {{ this.background_box_claim }} -
-
- -
-
-
- -
-
- {% for card in this.claim_boxes.blocks %} - {{ card }} - {% endfor %} -
-
- -
- diff --git a/templates/blocks/flow_one_innerbox_section.html b/templates/blocks/flow_one_innerbox_section.html deleted file mode 100644 index 595f1fa7..00000000 --- a/templates/blocks/flow_one_innerbox_section.html +++ /dev/null @@ -1,15 +0,0 @@ -
-

{{ this.title }}

- {% if this.box_image is defined and this.box_image != '' %} - {% set image = record.attachments.images.get(this.box_image) %} - Startendes Space Shuttle - {% endif %} - {{ this.box_content }} - -
- - diff --git a/templates/blocks/flow_seperator.html b/templates/blocks/flow_seperator.html deleted file mode 100644 index f8b91abb..00000000 --- a/templates/blocks/flow_seperator.html +++ /dev/null @@ -1 +0,0 @@ -
diff --git a/templates/blocks/flow_social_media_link.html b/templates/blocks/flow_social_media_link.html deleted file mode 100644 index 148bbd7f..00000000 --- a/templates/blocks/flow_social_media_link.html +++ /dev/null @@ -1,5 +0,0 @@ -

{{ this.sm_what }}{{ ' ' }} -{%- if this.title is defined and this.title != '' -%} - {{ this.title }} -{%- endif -%} - {{ this.title }} Logo

diff --git a/templates/blocks/flow_text_section.html b/templates/blocks/flow_text_section.html deleted file mode 100644 index 5a271b3f..00000000 --- a/templates/blocks/flow_text_section.html +++ /dev/null @@ -1,5 +0,0 @@ -
-
- {{ this.body }} -
-
diff --git a/templates/blocks/flow_third_box_section.html b/templates/blocks/flow_third_box_section.html deleted file mode 100644 index 30975501..00000000 --- a/templates/blocks/flow_third_box_section.html +++ /dev/null @@ -1,46 +0,0 @@ - -
-
- {% for inner in this.inner_box.blocks %} - {{ inner }} - {% endfor %} - {# -
-

- Zusammen Arbyten, die eigene Idee fliegen sehen. -

- {% if this.attachments.images %} - {% for image in this.attachments.images %} - Startendes Space Shuttle - {% endfor %} - {% endif %} -

Wir verstehen uns als Plattform for Hackende, auf der sich mit Gleichgesinnten wirtschaftliche Projekte möglich werden, die es anders nicht gäbe. Wir fördern und bewirtschaften im Kollektiv als Genossenschaft die Leistungen unserer Mitglieder. -

-
- -
-
- -
-

- Genossenschafts­anteile sind eine Anlage, kein Geschenk. -

- {% if this.attachments.images %} - {% for image in this.attachments.images %} - Startendes Space Shuttle - {% endfor %} - {% endif %} -

Wir bieten useren Mitgliedern nicht nur ein gutes Netzwerk, sondern auch eine sichere Anlagemöglichkeit. Hier kannst Du Dich über die Anlagekriterien informieren. -

-
- -
-
-#} -
-
-