######################
#### CTYPE: MEDIA ####
######################

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

    ################
    ### TEMPLATE ###
    ################
    templateName = Media

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

}
