######################
#### CTYPE: IMAGE ####
######################

tt_content.image >
tt_content.image =< lib.contentElement
tt_content.image {

    ################
    ### TEMPLATE ###
    ################
    templateName = Image

    ##########################
    ### DATA PREPROCESSING ###
    ##########################
    dataProcessing {
        10 = TYPO3\CMS\Frontend\DataProcessing\FilesProcessor
        10 {
            references.fieldName = image
        }
    }

}
