Fix ajax driven contact forms by adding route enhancer
This commit is contained in:
@@ -248,6 +248,14 @@ routeEnhancers:
|
||||
type: PersistedAliasMapper
|
||||
tableName: tx_epproducts_domain_model_hotel
|
||||
routeFieldName: uid
|
||||
AjaxContactForm:
|
||||
type: Extbase
|
||||
extension: EpTheme
|
||||
plugin: Ajax
|
||||
limitToPages: [855]
|
||||
routes:
|
||||
- routePath: '/ajaxform'
|
||||
_controller: 'AjaxForm::processForm'
|
||||
PageTypeSuffix:
|
||||
type: PageType
|
||||
default: '/'
|
||||
@@ -256,4 +264,5 @@ routeEnhancers:
|
||||
'/': 0
|
||||
'/json': 1701
|
||||
'/html': 1702
|
||||
'.json': 1803
|
||||
'sitemap.xml': 1533906435
|
||||
|
||||
Reference in New Issue
Block a user