forked from ag_kommunikation/webseite
fix: Templates und Models der Homepage aufgeräumt, damit der Editor wieder funzt.
Dürfte wichtig werden, wenn wir jetzt die Übersetzung angehen möchten.
This commit is contained in:
parent
5f69992a6f
commit
2d9f296c67
@ -2,10 +2,15 @@ _model: homepage
|
||||
---
|
||||
title: Die WTF Kooperative eG
|
||||
---
|
||||
claim_heading: <span>Boosten Sie Ihr <em>IT-Projekt</em> mit der</span><br>
|
||||
meta_description: Die Hackergenossenschaft für chaosnahes Wirtschaften 🚀
|
||||
---
|
||||
claim_heading:
|
||||
|
||||
<span>Boosten Sie Ihr <em>IT-Projekt</em> mit der</span><br>
|
||||
<span>chaosnahen Genossen­schaft.</span>
|
||||
---
|
||||
claim_content:
|
||||
|
||||
<ul>
|
||||
<li class="-first">Beratung</li>
|
||||
<li class="-second">Entwicklung</li>
|
||||
@ -15,17 +20,12 @@ claim_content:
|
||||
subclaim_heading: Die WTF Kooperative eG ist Ihr kompetenter Partner!
|
||||
---
|
||||
subclaim_content: Profitieren Sie von dem Know-how der Expert*innen der WTF Kooperative eG aus den verschiedensten Disziplinen der Informationstechnologie. Sie haben ein Projekt, das Sie umsetzen wollen? Sprechen Sie uns an!
|
||||
|
||||
---
|
||||
meta_description: Die Hackergenossenschaft für chaosnahes Wirtschaften 🚀
|
||||
---
|
||||
section:
|
||||
|
||||
#### flow_text_image_section ####
|
||||
title: Wo wir herkommen
|
||||
----
|
||||
# content_teaser: Die Genossenschaft als solidarische Form des Wirtschaftens.
|
||||
----
|
||||
content_body:
|
||||
|
||||
Die WTF Kooperative eG (Werkkooperative der Technikfreund*innen) ist im Dezember 2020 gegründet worden und bringt geballtes Experten-Know-How aus den verschiedensten Disziplinen der Informationstechnologie an den Start.<br>
|
||||
@ -38,4 +38,4 @@ content_image: map.png
|
||||
----
|
||||
content_image_alt: Karte der Bundesrepublik mit Regionen in denen Member aktiv sind
|
||||
----
|
||||
content_footer:
|
||||
content_image_src:
|
||||
|
@ -7,19 +7,10 @@ label = {{ this.title }}
|
||||
label = Title
|
||||
type = string
|
||||
|
||||
[fields.content_teaser]
|
||||
label = Content Teaser
|
||||
type = markdown
|
||||
|
||||
[fields.content_body]
|
||||
label = Content Body
|
||||
type = markdown
|
||||
|
||||
[fields.content_footer]
|
||||
label = Content footer
|
||||
type = flow
|
||||
flow_blocks = flow_social_media_link
|
||||
|
||||
[fields.content_image]
|
||||
label = Content Image
|
||||
description = Upload a Image to select it here
|
||||
|
@ -13,6 +13,26 @@ label = Meta Beschreibung
|
||||
description = Hier kommt die Beschreibung rein, die von Suchmachinen, Seitencrawlern und Previews auf diese Seite generiert werden
|
||||
type = string
|
||||
|
||||
[fields.claim_heading]
|
||||
label = Claim-Überschrift
|
||||
description = Große Überschrift im Kopf der Seite
|
||||
type = markdown
|
||||
|
||||
[fields.claim_content]
|
||||
label = Claim-Inhalt
|
||||
description = Großer Claim im Kopf der Seite
|
||||
type = markdown
|
||||
|
||||
[fields.subclaim_heading]
|
||||
label = Sub-Claim-Überschrift
|
||||
description = Überschrift des Subclaims im Kopf der Seite
|
||||
type = string
|
||||
|
||||
[fields.subclaim_content]
|
||||
label = Sub-Claim-Inhalt
|
||||
description = Inhalt des Subclaims im Kopf der Seite
|
||||
type = markdown
|
||||
|
||||
[fields.section]
|
||||
label = Sections
|
||||
type = flow
|
||||
|
@ -13,11 +13,6 @@
|
||||
<div class="content__body">
|
||||
{{ this.content_body }}
|
||||
</div>
|
||||
<div class="content__footer">
|
||||
{% for lnk in this.content_footer.blocks %}
|
||||
{{ lnk }}
|
||||
{% endfor %}
|
||||
</div>
|
||||
</div>
|
||||
{% if this.content_image %}
|
||||
<div class="content__inner_half_box">
|
||||
|
Loading…
Reference in New Issue
Block a user