plugin.tx_vitec_usecaseshow { view { templateRootPaths.0 = EXT:vitec/Resources/Private/Templates/ partialRootPaths.0 = EXT:vitec/Resources/Private/Partials/ layoutRootPaths.0 = EXT:vitec/Resources/Private/Layouts/ } persistence { storagePid = 50 } } plugin.tx_vitec_marketshow { view { templateRootPaths.0 = EXT:vitec/Resources/Private/Templates/ partialRootPaths.0 = EXT:vitec/Resources/Private/Partials/ layoutRootPaths.0 = EXT:vitec/Resources/Private/Layouts/ } persistence { storagePid = 50 } } plugin.tx_vitec_solutionshow { view { templateRootPaths.0 = EXT:vitec/Resources/Private/Templates/ partialRootPaths.0 = EXT:vitec/Resources/Private/Partials/ layoutRootPaths.0 = EXT:vitec/Resources/Private/Layouts/ } persistence { storagePid = 50 } } plugin.tx_vitec_usecaselist { view { templateRootPaths.0 = EXT:vitec/Resources/Private/Templates/ partialRootPaths.0 = EXT:vitec/Resources/Private/Partials/ layoutRootPaths.0 = EXT:vitec/Resources/Private/Layouts/ } persistence { storagePid = 50 } } plugin.tx_vitec_Prodcutlist { settings { # Map FlexForm settings to the controller layout = {$plugin.tx_vitec.settings.layout} } } plugin.tx_vitec_Prodcutlist { settings { categories = 1,2,3 } } config.tx_extbase { persistence { classes { TYPO3\CMS\Extbase\Domain\Model\Category { subclass = Evomedien\Vitec\Domain\Model\Category } Evomedien\Vitec\Domain\Model\Category { mapping { tableName = sys_category recordType = 0 } } } } } # Include Headless configurations @import 'EXT:vitec/Configuration/TypoScript/Headless/*.typoscript'