DigiComp.FlowWebManifestUtils/Configuration/Objects.yaml
Ferdinand Kuhl 6908aad70c
All checks were successful
ci/woodpecker/push/code-style Pipeline was successful
first working version
2024-06-21 13:17:27 +02:00

26 lines
881 B
YAML

DigiComp.FlowWebManifestUtils:ManifestResponseCache:
className: "Neos\\Cache\\Frontend\\StringFrontend"
factoryObjectName: "Neos\\Flow\\Cache\\CacheManager"
factoryMethodName: "getCache"
arguments:
1:
value: "DigiComp_FlowWebManifestUtils_Responses"
DigiComp.FlowWebManifestUtils:WebManifestMiddleware:
className: "DigiComp\\FlowWebManifestUtils\\Http\\WebManifestMiddleware"
autowiring: true
arguments:
1:
setting: "DigiComp.FlowWebManifestUtils.browserCacheMaxAge"
2:
setting: "Neos.Flow.core.applicationName"
3:
object: "Neos\\Flow\\I18n\\Service"
4:
setting: "DigiComp.FlowWebManifestUtils.manifest"
5:
setting: "DigiComp.FlowWebManifestUtils.reactOnPath"
6:
object: "Neos\\Flow\\ResourceManagement\\ResourceManager"
7:
object: "DigiComp.FlowWebManifestUtils:ManifestResponseCache"