Your IP : 216.73.217.13


Current Path : /var/www/surf/TYPO3/vendor/mask/mask/Configuration/TypoScript/
Upload File :
Current File : /var/www/surf/TYPO3/vendor/mask/mask/Configuration/TypoScript/setup.typoscript

# snippet to render content elements
lib.tx_mask.content = RECORDS
lib.tx_mask.content {
    tables = tt_content
    source.current = 1
    dontCheckPid = 1
}

# mask content elements are rendered with this snippet
lib.maskContentElement = FLUIDTEMPLATE
lib.maskContentElement {
    dataProcessing {
        100 = MASK\Mask\DataProcessing\MaskProcessor
    }
}