Refine route enhancer configuration
This commit is contained in:
@@ -42,3 +42,32 @@ routeEnhancers:
|
||||
type: PersistedAliasMapper
|
||||
tableName: tx_epproducts_domain_model_teammember
|
||||
routeFieldName: path_segment
|
||||
AjaxRequests:
|
||||
type: Extbase
|
||||
extension: epproducts
|
||||
plugin: ajax
|
||||
limitToPages: [879]
|
||||
routes:
|
||||
-
|
||||
routePath: '/pricetable'
|
||||
_controller: 'AjaxTable::pricetable'
|
||||
-
|
||||
routePath: '/eventpricetable/{product_uid}'
|
||||
_controller: 'AjaxTable::eventPricetable'
|
||||
_arguments:
|
||||
product_uid: product
|
||||
requirements:
|
||||
product_uid: \d+
|
||||
aspects:
|
||||
product_uid:
|
||||
type: PersistedAliasMapper
|
||||
tableName: tx_epproducts_domain_model_product
|
||||
routeFieldName: uid
|
||||
PageTypeSuffix:
|
||||
type: PageType
|
||||
default: '/'
|
||||
index: ''
|
||||
map:
|
||||
'/': 0
|
||||
'/json': 1701
|
||||
'/html': 1702
|
||||
|
||||
Reference in New Issue
Block a user