There was an error while loading. Please reload this page.
1 parent e57d192 commit 443104aCopy full SHA for 443104a
1 file changed
core/config/Get.html
@@ -20,11 +20,11 @@
20
*/}}
21
{{ $config := dict }}
22
{{ $dir := "_huge/config" }}
23
+
24
{{ with resources.GetMatch (printf "/%s/%s.*" $dir $) }}
25
{{ with .Content }}
26
{{ $config = . | transform.Unmarshal }}
27
{{ end }}
- {{/* For now root config of a feature will always be a Map. We therefor process it as a Map */}}
28
- {{ $config = partialCached "huge/config/private/process/map" $config $config }}
29
30
{{ return $config }}
0 commit comments