32 lines
641 B
INI
32 lines
641 B
INI
[block]
|
|
name = Flow Text Image (50/50) Section
|
|
button_label = Add Flow Text Image (50/50) Section
|
|
label = {{ this.title }}
|
|
|
|
[fields.title]
|
|
label = Title
|
|
type = string
|
|
|
|
[fields.content_body]
|
|
label = Content Body
|
|
type = markdown
|
|
|
|
[fields.content_image]
|
|
label = Content Image
|
|
description = Lade ein Bild hoch und wähle es hier aus
|
|
type = select
|
|
source = record.attachments.images
|
|
width = 1/2
|
|
|
|
[fields.content_image_alt]
|
|
label = Content Image ALT tag
|
|
description = Beschreibung des Bildes
|
|
type = string
|
|
width = 1/4
|
|
|
|
[fields.content_image_src]
|
|
label = Content Image Source
|
|
description = Woher kommt das Bild (Optional)
|
|
type = string
|
|
width = 1/4
|