Implement plugin for booking link page rendering
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user