Add missed route enhancer
This commit is contained in:
@@ -28,6 +28,21 @@ routes:
|
|||||||
type: staticText
|
type: staticText
|
||||||
content: "User-agent: *\r\nDisallow: /typo3/\r\nDisallow: /typo3_src/\r\nAllow: /typo3/sysext/frontend/Resources/Public/*\r\n"
|
content: "User-agent: *\r\nDisallow: /typo3/\r\nDisallow: /typo3_src/\r\nAllow: /typo3/sysext/frontend/Resources/Public/*\r\n"
|
||||||
routeEnhancers:
|
routeEnhancers:
|
||||||
|
StaticResultsPlugin:
|
||||||
|
type: Extbase
|
||||||
|
extension: EpProducts
|
||||||
|
plugin: staticresult
|
||||||
|
limitToPages:
|
||||||
|
- 1757
|
||||||
|
routes:
|
||||||
|
-
|
||||||
|
routePath: '/{filter_settings}'
|
||||||
|
_controller: 'Search::staticresult'
|
||||||
|
_arguments:
|
||||||
|
filter_settings: encodedFilterSettings
|
||||||
|
defaultController: 'Search::staticresult'
|
||||||
|
requirements:
|
||||||
|
filter_settings: '[A-Z\d%\-]+'
|
||||||
PageTypeSuffix:
|
PageTypeSuffix:
|
||||||
type: PageType
|
type: PageType
|
||||||
default: '/'
|
default: '/'
|
||||||
|
|||||||
Reference in New Issue
Block a user