feat: travel info pages
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user