31 lines
472 B
INI
31 lines
472 B
INI
|
[block]
|
||
|
name = One Box Section
|
||
|
button_label = One Box Section
|
||
|
label = {{ this.title }}
|
||
|
|
||
|
[fields.title]
|
||
|
label = Titel
|
||
|
type = string
|
||
|
width = 1/2
|
||
|
|
||
|
[fields.box_image]
|
||
|
label = Box Image
|
||
|
description = Upload a Image to select it here
|
||
|
type = select
|
||
|
source = record.attachments.images
|
||
|
width = 1/2
|
||
|
|
||
|
[fields.box_content]
|
||
|
label = Box Content
|
||
|
type = markdown
|
||
|
|
||
|
[fields.box_link]
|
||
|
label = Link Text
|
||
|
type = string
|
||
|
width = 1/2
|
||
|
|
||
|
[fields.box_url]
|
||
|
label = Link Adresse
|
||
|
type = url
|
||
|
width = 1/2
|