Files
2026-05-18 14:46:25 +02:00

75 lines
1.9 KiB
Plaintext

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'