DigiComp.FlowWebManifestUtils/Configuration/Objects.yaml

27 lines
881 B
YAML
Raw Permalink Normal View History

2024-06-21 13:09:34 +02:00
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"