L3D
fd742c7049
Co-authored-by: L3D <l3d@see-base.de> Reviewed-on: https://backwesen.de/c3woc/webseite/pulls/1
29 lines
470 B
INI
29 lines
470 B
INI
[block]
|
|
name = Claim Box Card
|
|
button_label = Claim Box Card
|
|
label = {{ this.card_title }}
|
|
|
|
[fields.card_title]
|
|
label = Card Titel
|
|
type = string
|
|
width = 1/2
|
|
|
|
[fields.card_image]
|
|
label = Card Icon
|
|
description = Icon Pfad zB. /images/icons/social/hackint.svg
|
|
type = string
|
|
width = 1/2
|
|
|
|
[fields.card_url]
|
|
label = Card URL
|
|
type = string
|
|
width = 1/2
|
|
|
|
[fields.card_url_text]
|
|
label = Card URL TEXT
|
|
type = string
|
|
width = 1/2
|
|
|
|
[fields.card_text]
|
|
label = Card Text
|
|
type = markdown
|