feat: travel info pages

This commit is contained in:
Björn Fromme
2024-10-21 18:27:35 +02:00
parent 95478a7caf
commit 4cffb31e69
24 changed files with 1804 additions and 41 deletions
+18
View File
@@ -165,6 +165,24 @@ routeEnhancers:
type: PersistedAliasMapper
tableName: tx_epproducts_domain_model_product
routeFieldName: path_segment
TravelinfoPlugin:
type: Extbase
extension: EpProducts
plugin: travelinfo
limitToPages:
- 2712
routes:
-
routePath: '/{travelinfo}'
_controller: 'Travelinfo::index'
_arguments:
travelinfo: travelinfo
defaultController: 'Travelinfo::index'
aspects:
travelinfo:
type: PersistedAliasMapper
tableName: tx_epproducts_domain_model_travelinfo
routeFieldName: path_segment
ContingentsIcalPlugin:
type: Extbase
extension: EpProducts