Skip to content

Commit 443104a

Browse files
Retire configuration function for now (︶︹︺)
1 parent e57d192 commit 443104a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

core/config/Get.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@
2020
*/}}
2121
{{ $config := dict }}
2222
{{ $dir := "_huge/config" }}
23+
2324
{{ with resources.GetMatch (printf "/%s/%s.*" $dir $) }}
2425
{{ with .Content }}
2526
{{ $config = . | transform.Unmarshal }}
2627
{{ end }}
27-
{{/* 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 }}
2928
{{ end }}
29+
3030
{{ return $config }}

0 commit comments

Comments
 (0)