17 lines
477 B
YAML
17 lines
477 B
YAML
Neos:
|
|
Flow:
|
|
http:
|
|
middlewares:
|
|
translationReplace:
|
|
position: "before translation"
|
|
middleware: "DigiComp:TransformTranslationRequest"
|
|
translation:
|
|
position: "start 100"
|
|
middleware: "DigiComp\\FlowTranslationEndpoint\\Http\\TranslationMiddleware"
|
|
|
|
DigiComp:
|
|
FlowTranslationEndpoint:
|
|
replaceRoutedEndpoint:
|
|
reactOnPath: ~
|
|
translateGetParam: "idPatterns"
|
|
headerName: "X-Translation-Request"
|