DigiComp.FlowTranslationEnd.../Configuration/Objects.yaml
Ferdinand Kuhl 5a073ce6b9
All checks were successful
ci/woodpecker/push/code-style Pipeline was successful
ci/woodpecker/push/functional-tests Pipeline was successful
First version, extracted and tested
2023-08-05 15:58:50 +02:00

24 lines
837 B
YAML

DigiComp:TransformTranslationRequest:
className: "DigiComp\\FlowTranslationEndpoint\\Http\\ReplaceGetTranslationRequest"
arguments:
1:
setting: "DigiComp.FlowTranslationEndpoint.headerName"
2:
setting: "DigiComp.FlowTranslationEndpoint.replaceRoutedEndpoint.reactOnPath"
3:
setting: "DigiComp.FlowTranslationEndpoint.replaceRoutedEndpoint.translateGetParam"
DigiComp:TranslationResponseCache:
className: "Neos\\Cache\\Frontend\\StringFrontend"
factoryObjectName: Neos\Flow\Cache\CacheManager
factoryMethodName: getCache
arguments:
1:
value: DigiComp_FlowTranslationEndpoint_Responses
DigiComp\FlowTranslationEndpoint\Http\TranslationMiddleware:
arguments:
1:
setting: "DigiComp.FlowTranslationEndpoint.headerName"
5:
object: "DigiComp:TranslationResponseCache"