2023-05-21 13:13:02 +02:00
|
|
|
[block]
|
|
|
|
name = Services Card
|
2023-06-24 18:36:42 +02:00
|
|
|
button_label = Add Services Card
|
2023-05-21 13:13:02 +02:00
|
|
|
label = {{ this.card_title }}
|
|
|
|
|
|
|
|
[fields.card_title]
|
|
|
|
label = Card Titel
|
|
|
|
type = string
|
2023-06-24 18:58:00 +02:00
|
|
|
width = 1/2
|
2023-05-21 13:13:02 +02:00
|
|
|
|
|
|
|
[fields.card_image]
|
|
|
|
label = Card Icon
|
2023-06-24 19:27:09 +02:00
|
|
|
description = Lade ein Bild hoch und wähle es hier aus
|
|
|
|
type = select
|
|
|
|
source = record.attachments.images
|
2023-06-24 18:58:00 +02:00
|
|
|
width = 1/2
|
2023-05-21 13:13:02 +02:00
|
|
|
|
|
|
|
[fields.card_text]
|
|
|
|
label = Card Text
|
2023-06-04 21:54:57 +02:00
|
|
|
type = markdown
|