2021-03-17 23:08:57 +01:00
|
|
|
[block]
|
|
|
|
name = Flow Text Image (50/50) Section
|
2023-06-24 18:36:42 +02:00
|
|
|
button_label = Add Flow Text Image (50/50) Section
|
2021-03-17 23:08:57 +01:00
|
|
|
label = {{ this.title }}
|
|
|
|
|
|
|
|
[fields.title]
|
|
|
|
label = Title
|
|
|
|
type = string
|
|
|
|
|
|
|
|
[fields.content_body]
|
|
|
|
label = Content Body
|
|
|
|
type = markdown
|
|
|
|
|
2021-03-18 00:59:31 +01:00
|
|
|
[fields.content_image]
|
|
|
|
label = Content Image
|
2023-06-24 19:12:26 +02:00
|
|
|
description = Lade ein Bild hoch und wähle es hier aus
|
2021-03-18 00:59:31 +01:00
|
|
|
type = select
|
|
|
|
source = record.attachments.images
|
|
|
|
width = 1/2
|
|
|
|
|
|
|
|
[fields.content_image_alt]
|
|
|
|
label = Content Image ALT tag
|
2023-06-24 19:12:26 +02:00
|
|
|
description = Beschreibung des Bildes
|
2021-03-18 00:59:31 +01:00
|
|
|
type = string
|
|
|
|
width = 1/4
|
|
|
|
|
|
|
|
[fields.content_image_src]
|
|
|
|
label = Content Image Source
|
|
|
|
description = Woher kommt das Bild (Optional)
|
|
|
|
type = string
|
|
|
|
width = 1/4
|