rootPageId: 9 base: 'https://www.ep-reisen.de' baseVariants: - base: 'https://eptypo3.burn.dpn' condition: 'applicationContext == "Development"' languages: - title: Deutsch enabled: true languageId: '0' base: / typo3Language: de locale: de_DE.UTF-8 iso-639-1: de navigationTitle: Deutsch hreflang: de-DE direction: '' flag: de errorHandling: - errorCode: '404' errorHandler: Page errorContentSource: 't3://page?uid=608' routes: { } routeEnhancers: NewsDetailPlugin: type: Extbase extension: News plugin: Pi1 limitToPages: [1392] routes: - { routePath: '/{news_title}', _controller: 'News::detail', _arguments: {'news_title': 'news'} } defaultController: 'News::detail' aspects: news_title: type: PersistedAliasMapper tableName: 'tx_news_domain_model_news' routeFieldName: 'path_segment' NewsTagPlugin: type: Extbase extension: News plugin: Pi1 limitToPages: [1391] routes: - { routePath: '/{news_tag}', _controller: 'News::list', _arguments: {'news_tag': 'overwriteDemand/tags'} } defaultController: 'News::list' aspects: news_tag: type: PersistedAliasMapper tableName: 'tx_news_domain_model_tag' routeFieldName: 'slug' TeamPlugin: type: Extbase extension: EpProducts plugin: teammembers limitToPages: [1446] routes: - { routePath: '/{teamer_name}', _controller: 'Team::show', _arguments: {'teamer_name': 'member'} } defaultController: 'Team::show' aspects: teamer_name: type: PersistedAliasMapper tableName: 'tx_epproducts_domain_model_teammember' routeFieldName: 'path_segment' ProductDetailPlugin: type: Extbase extension: EpProducts plugin: product_detail routes: - { routePath: '/{teamer_name}', _controller: 'Team::show', _arguments: {'teamer_name': 'member'} } defaultController: 'Team::show' aspects: teamer_name: type: PersistedAliasMapper tableName: 'tx_epproducts_domain_model_teammember' routeFieldName: 'path_segment' SearchResultPlugin: type: Extbase extension: EpProducts plugin: searchresult limitToPages: [41] routes: - { routePath: '/{filtersettings}', _controller: 'Search::searchresult', _arguments: {'filtersettings': 'filterSettings'} } defaultController: 'Search::searchresult' ResellerPlugin: type: Extbase extension: EpProducts plugin: reseller limitToPages: [1483] routes: - { routePath: '/{reseller_code}', _controller: 'Reseller::list', _arguments: {'reseller_code': 'reseller'} } - { routePath: '/{reseller_code}/xml', _controller: 'Reseller::xml', _arguments: {'reseller_code': 'reseller'} } - { routePath: '/{reseller_code}/csv/{type}', _controller: 'Reseller::csv', _arguments: {'reseller_code': 'reseller', 'type': 'type'} } - { routePath: '/{reseller_code}/copypaste/{product_id}', _controller: 'Reseller::copypaste', _arguments: {'reseller_code': 'reseller', 'product_id': 'product'} } requirements: reseller_code: '\w+' type: '\w+' product_id: '\d+' aspects: reseller_code: type: PersistedAliasMapper tableName: 'tx_epproducts_domain_model_reseller' routeFieldName: 'code' type: type: StaticValueMapper map: google: google facebook: facebook product_id: type: StaticRangeMapper start: '1' end: '1000'