Implement plugin for booking link page rendering

This commit is contained in:
Björn Fromme
2019-09-13 17:58:55 +02:00
parent 07e712b46e
commit bcda84924e
8 changed files with 217 additions and 145 deletions
+18
View File
@@ -120,6 +120,24 @@ routeEnhancers:
type: PersistedAliasMapper
tableName: tx_epproducts_domain_model_hotel
routeFieldName: uid
BookingLinkPlugin:
type: Extbase
extension: EpProducts
plugin: booking_link
limitToPages:
- 1787
routes:
-
routePath: '/{product}'
_controller: 'Product::detail'
_arguments:
product: product
defaultController: 'Product::detail'
aspects:
product:
type: PersistedAliasMapper
tableName: tx_epproducts_domain_model_product
routeFieldName: path_segment
SearchResultPlugin:
type: Extbase
extension: EpProducts