From 443104adccd5ef448e3adb794a6b6b7b1794f2e5 Mon Sep 17 00:00:00 2001 From: Regis Philibert Date: Thu, 30 Dec 2021 11:41:04 -0500 Subject: [PATCH] =?UTF-8?q?Retire=20configuration=20function=20for=20now?= =?UTF-8?q?=20(=EF=B8=B6=EF=B8=B9=EF=B8=BA)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/config/Get.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/config/Get.html b/core/config/Get.html index 698e10d..7d20931 100644 --- a/core/config/Get.html +++ b/core/config/Get.html @@ -20,11 +20,11 @@ */}} {{ $config := dict }} {{ $dir := "_huge/config" }} + {{ with resources.GetMatch (printf "/%s/%s.*" $dir $) }} {{ with .Content }} {{ $config = . | transform.Unmarshal }} {{ end }} - {{/* For now root config of a feature will always be a Map. We therefor process it as a Map */}} - {{ $config = partialCached "huge/config/private/process/map" $config $config }} {{ end }} + {{ return $config }} \ No newline at end of file