Refine route enhancer configuration

This commit is contained in:
Björn Fromme
2019-06-07 14:41:53 +02:00
parent 4c33a66b4a
commit 4758908e60
4 changed files with 184 additions and 16 deletions
+29
View File
@@ -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