Your IP : 216.73.217.13


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

<INCLUDE_TYPOSCRIPT: source="FILE:EXT:fluid_styled_content/Configuration/TypoScript/constants.typoscript">

styles {
    templates {
        layoutRootPath = EXT:sculptor/Resources/Private/Layouts/ContentElements/
        partialRootPath = EXT:sculptor/Resources/Private/Partials/ContentElements/
        templateRootPath = EXT:sculptor/Resources/Private/Templates/ContentElements/
    }
}

page {
     fluidtemplate {
        layoutRootPath = EXT:sculptor/Resources/Private/Layouts/Page/
        partialRootPath = EXT:sculptor/Resources/Private/Partials/Page/
        templateRootPath = EXT:sculptor/Resources/Private/Templates/Page/
    }
    meta {
        description =
        author =
        keywords =
        viewport =
        robots = index,follow
        apple-mobile-web-app-capable = no
        compatible = IE=edge
    }
    tracking {
        google {
            trackingID =
            anonymizeIp = 1
        }
    }
}

config {
    no_cache = 0
    removeDefaultJS = 0
    admPanel = 1
    prefixLocalAnchors = all
    headerComment =
    sendCacheHeaders = 1
}

plugin.tx_sculptor {
    settings {
    	# cat=plugin.tx_sculptor/header/header; type=string; label=Viewport for device
	    viewport = width=device-width, initial-scale=1.0, user-scalable=no, maximum-scale=1.0
        # cat=plugin.tx_sculptor/header/header; type=string; label=Robots
        robots = index,follow
        # cat=plugin.tx_sculptor/header/header; type=string; label=Apple Mobile Web App Capable
        apple-mobile-web-app-capable = yes
        # cat=plugin.tx_sculptor/header/header; type=string; label=Apple Mobile Web App Status bar style
        apple-mobile-web-app-status-bar-style = black
        # cat=plugin.tx_sculptor/header/header; type=string; label=Format detection
        format-detection = telephone=no
        # cat=plugin.tx_sculptor/header/header; type=string; label=FB App id
        fbappid =
        # cat=plugin.tx_sculptor/header/header; type=string; label=Google Site Verification
        googlesiteverification =
        # cat=plugin.tx_sculptor/header/header; type=string; label=Article Publisher
        articlepublisher =
        # cat=plugin.tx_sculptor/common; type=string; label=Google Tag Manager Tag
        googleTagManagerTagId =
        # cat=plugin.tx_sculptor/common; type=string; label=Google Analytics
        googleAnalyticsId =
    }
}