24 lines
616 B
Plaintext
24 lines
616 B
Plaintext
# Image:
|
|
# ...
|
|
#
|
|
# CType: image
|
|
|
|
tt_content.image =< lib.contentElement
|
|
tt_content.image {
|
|
templateName = Image
|
|
dataProcessing {
|
|
10 = files
|
|
10 {
|
|
references.fieldName = image
|
|
}
|
|
20 = gallery
|
|
20 {
|
|
maxGalleryWidth = {$styles.content.textmedia.maxW}
|
|
maxGalleryWidthInText = {$styles.content.textmedia.maxWInText}
|
|
columnSpacing = {$styles.content.textmedia.columnSpacing}
|
|
borderWidth = {$styles.content.textmedia.borderWidth}
|
|
borderPadding = {$styles.content.textmedia.borderPadding}
|
|
}
|
|
}
|
|
}
|