webseite/flowblocks/flow_text_image_section.ini
muli 2d9f296c67 fix: Templates und Models der Homepage aufgeräumt, damit der Editor wieder funzt.
Dürfte wichtig werden, wenn wir jetzt die Übersetzung angehen möchten.
2023-08-08 21:09:53 +02:00

32 lines
629 B
INI

[block]
name = Flow Text Image (50/50) Section
button_label = 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 = Upload a Image to select it here
type = select
source = record.attachments.images
width = 1/2
[fields.content_image_alt]
label = Content Image ALT tag
description = Description of the Image
type = string
width = 1/4
[fields.content_image_src]
label = Content Image Source
description = Woher kommt das Bild (Optional)
type = string
width = 1/4