Fix site config for booking links url
This commit is contained in:
@@ -149,6 +149,24 @@ routeEnhancers:
|
|||||||
hotel_uid: \d+
|
hotel_uid: \d+
|
||||||
date_from: '\d{4}\-\d{2}\-\d{2}'
|
date_from: '\d{4}\-\d{2}\-\d{2}'
|
||||||
date_to: '\d{4}\-\d{2}\-\d{2}'
|
date_to: '\d{4}\-\d{2}\-\d{2}'
|
||||||
|
BookingLinkPlugin:
|
||||||
|
type: Extbase
|
||||||
|
extension: EpProducts
|
||||||
|
plugin: product_detail
|
||||||
|
limitToPages:
|
||||||
|
- 1846
|
||||||
|
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
|
||||||
ContingentsIcalPlugin:
|
ContingentsIcalPlugin:
|
||||||
type: Extbase
|
type: Extbase
|
||||||
extension: EpProducts
|
extension: EpProducts
|
||||||
|
|||||||
Reference in New Issue
Block a user