Your IP : 216.73.217.13


Current Path : /var/www/surf/TYPO3/vendor/torresani/sculptor/Configuration/TypoScript/Page/
Upload File :
Current File : /var/www/surf/TYPO3/vendor/torresani/sculptor/Configuration/TypoScript/Page/Layout.typoscript

page = PAGE
page {
    typeNum = 0
    shortcutIcon = EXT:test/Resources/Public/Icons/favicon.ico

    10 = FLUIDTEMPLATE
    10 {
        templateRootPaths.10 = EXT:sculptor/Resources/Private/Templates/
        partialRootPaths.10 = EXT:sculptor/Resources/Private/Partials/
        layoutRootPaths.10 = EXT:sculptor/Resources/Private/Layouts/
        templateName = TEXT
        templateName {
            cObject = TEXT
            cObject {
                data = pagelayout
                required = 1
                case = uppercamelcase
                split {
                    token = pagets__
                    cObjNum = 1
                    1.current = 1
                }
            }
            ifEmpty = Default
        }
        templateRootPaths {
            0 = EXT:test/Resources/Private/Templates/Page/
            1 = {$page.fluidtemplate.templateRootPath}
        }
        partialRootPaths {
            0 = EXT:test/Resources/Private/Partials/Page/
            1 = {$page.fluidtemplate.partialRootPath}
        }
        layoutRootPaths {
            0 = EXT:test/Resources/Private/Layouts/Page/
            1 = {$page.fluidtemplate.layoutRootPath}
        }
        dataProcessing {
            10 = TYPO3\CMS\Frontend\DataProcessing\FilesProcessor
            10 {
                references.fieldName = media
            }
            20 = TYPO3\CMS\Frontend\DataProcessing\MenuProcessor
            20 {
                levels = 2
                includeSpacer = 1
                as = mainnavigation
            }
            30 = TYPO3\CMS\Frontend\DataProcessing\MenuProcessor
            30 {
                special = rootline
                special.range = 0|-1
                includeNotInMenu = 1
                as = menuBreadcrumb
            }
            40 = TYPO3\CMS\Frontend\DataProcessing\LanguageMenuProcessor
            40 {
                languages = auto
                as = languagenavigation
            }
        }
    }
}

#[page && page["layout"] == 1000]
#    config.disableAllHeaderCode=1
#[end]


tt_content {
    stdWrap.prefixComment >
    header.20.dataWrap >
    header.20.prefixComment >
    default.prefixComment >
    text.stdWrap.prefixComment >
    text.20.prefixComment >
    textpic.20.stdWrap.prefixComment >
    table.20.stdWrap.prefixComment >
    mailform.20.stdWrap.wrap >
    menu.20.stdWrap.prefixComment >
    image.20.stdWrap.prefixComment >
    list.20.stdWrap.prefixComment >
    image.20.spaceBelowAbove = 0
    header.stdWrap.space = 0|0
    stdWrap.space = 0|0
    stdWrap.spaceBefore = 0
    stdWrap.spaceAfter = 0
    stdWrap.space = 0|0
    text.20.parseFunc.tags.typohead.stdWrap.space = 0|0
    text.20.parseFunc.nonTypoTagStdWrap.encapsLines.addAttributes.P.style=
    text.20.parseFunc.nonTypoTagStdWrap.encapsLines.addAttributes.PRE.style=
}