forked from ag_kommunikation/webseite
21 lines
370 B
INI
21 lines
370 B
INI
|
[block]
|
||
|
name = Portfolio Card
|
||
|
button_label = Add Portfolio Card
|
||
|
label = {{ this.card_title }}
|
||
|
|
||
|
[fields.card_title]
|
||
|
label = Card Titel
|
||
|
type = string
|
||
|
width = 1/2
|
||
|
|
||
|
[fields.card_image]
|
||
|
label = Card Icon
|
||
|
description = Lade ein Bild hoch und wähle es hier aus
|
||
|
type = select
|
||
|
source = record.attachments.images
|
||
|
width = 1/2
|
||
|
|
||
|
[fields.card_text]
|
||
|
label = Card Text
|
||
|
type = markdown
|