modify subclaim_address
This commit is contained in:
parent
53d2105bae
commit
17508c2963
@ -19,3 +19,13 @@ type = html
|
|||||||
[fields.subclaim_content]
|
[fields.subclaim_content]
|
||||||
label = Subclaim Content
|
label = Subclaim Content
|
||||||
type = markdown
|
type = markdown
|
||||||
|
|
||||||
|
[fields.subclaim_url]
|
||||||
|
label = Subclaim URL
|
||||||
|
type = string
|
||||||
|
width = 1/2
|
||||||
|
|
||||||
|
[fields.subclaim_address]
|
||||||
|
label = Subclaim URL Text
|
||||||
|
type = string
|
||||||
|
width = 1/2
|
||||||
|
@ -98,9 +98,8 @@
|
|||||||
<h2>{{ this.subclaim_heading }}</h2>
|
<h2>{{ this.subclaim_heading }}</h2>
|
||||||
{{ this.subclaim_content }}
|
{{ this.subclaim_content }}
|
||||||
</div>
|
</div>
|
||||||
<!-- TODO: Zielseite für "MEMBER WERDEN"-Button -->
|
|
||||||
<button class="header__button sub_claim__button">
|
<button class="header__button sub_claim__button">
|
||||||
<a class="header__button_link" href={{ '/mitglieder'|url }}>MEMBER WERDEN</a>
|
<a class="header__button_link" href={{ this.subclaim_url }}>{{ this.subclaim_address }}</a>
|
||||||
</button>
|
</button>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user