16 lines
325 B
Text
16 lines
325 B
Text
tt_content.image =< lib.contentElement
|
|
tt_content.image {
|
|
templateName = Image
|
|
|
|
dataProcessing {
|
|
10 = TYPO3\CMS\Frontend\DataProcessing\FilesProcessor
|
|
10 {
|
|
references.fieldName = image
|
|
as = images
|
|
}
|
|
}
|
|
|
|
stdWrap {
|
|
editIcons := appendString(image)
|
|
}
|
|
}
|