
plugin.tx_csyoutubedata {
    view {
        templateRootPaths {
            100 = {$plugin.tx_csyoutubedata.view.templateRootPath}
        }
        partialRootPaths {
            100 = {$plugin.tx_csyoutubedata.view.partialRootPath}
        }
        layoutRootPaths {
            100 = {$plugin.tx_csyoutubedata.view.layoutRootPath}
        }
    }
    persistence {
        storagePid = {$plugin.tx_csyoutubedata.persistence.storagePid}
    }
    settings{
        videoUrlPart = {$plugin.tx_csyoutubedata.settings.videoUrlPart}
        videoPlayerWidth = {$plugin.tx_csyoutubedata.settings.videoPlayerWidth}
        videoPlayerHeight = {$plugin.tx_csyoutubedata.settings.videoPlayerHeight}
    }
}

page.includeCSS.tx_csyoutubedata = https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css
