ds-site/Configuration/TypoScript/Setup/ContentElements/Image.typoscript

17 lines
325 B
Text
Raw Normal View History

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)
}
}