[TYPO3-english] TYPO3 ver. 6.2.1 Bootstrap Templates.

Thomas Petersen tp at codem.dk
Mon May 5 11:17:17 CEST 2014


Hi.

in the path /www/typo3conf/ext/bootstrap_package/Resources/Private/Templates/Page
U have all the templates that u use in the bootstrap and u can add more if u want.

And if u do that u need to go to the path /www/typo3conf/ext/bootstrap_package/Configuration/TypoScript
Here u have the file where u add the new templates in the code section:

    10 = FLUIDTEMPLATE
    10 {
        file.stdWrap.cObject = CASE
        file.stdWrap.cObject {

            key.data = levelfield:-1, backend_layout_next_level, slide
            key.override.field = backend_layout

            bootstrap_package__default_2_columns = TEXT
            bootstrap_package__default_2_columns.value = {$page.fluidtemplate.templateRootPath}Default2Columns.html
            bootstrap_package__default_2_columns.insertData = 1


More information about the TYPO3-english mailing list