tt_content.carousel >
# CTYPE: BOOTSTRAP PACKAGE CAROUSEL
tt_content.carousel =< lib.contentElement
tt_content.carousel {
    templateName = Carousel
    dataProcessing {
        10 = BK2K\BootstrapPackage\DataProcessing\FlexFormProcessor
        20 = TYPO3\CMS\Frontend\DataProcessing\DatabaseQueryProcessor
        20 {
            table = tx_bootstrappackage_carousel_item
            pidInList.field = pid
            where {
                data = field:uid
                intval = 1
                wrap = tt_content=|
            }
            orderBy = sorting
            dataProcessing {
                10 = TYPO3\CMS\Frontend\DataProcessing\FilesProcessor
                10 {
                    references.fieldName = background_image
                    as = backgroundImage
                }
                20 = TYPO3\CMS\Frontend\DataProcessing\FilesProcessor
                20 {
                    references.fieldName = image
                    as = images
                }
                1532633187 = BK2K\BootstrapPackage\DataProcessing\FlexFormProcessor
                1532633187 {
                    fieldName = background_image_options
                }
            }
        }
    }
}


lib.contentElement.settings.responsiveimages.contentelements {
    carousel {
        background_image {
            multiplier {
                default = 1.5
                xlarge = 1.5
                large = 1.5
            }
        }
        text_and_image {
            multiplier {
                default = 0.5
                xlarge = 0.5
                large = 0.5
                medium = 0.5
                small = 0.5
            }
        }
    }
}
