We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c933777 commit 70488e5Copy full SHA for 70488e5
partials/private/GetModuleConfig.html
@@ -15,9 +15,11 @@
15
{{ end }}
16
*/}}
17
{{ $return := dict }}
18
-{{ with site.Data.netlifycms.config }}
19
- {{ with .tnd_netlifycms }}
20
- {{ $return = . }}
+{{ with site.Params.tnd_netlifycms }}
+ {{ $return = . }}
+{{ else }}
21
+ {{ with site.Data.netlifycms.config.tnd_netlifycms }}
22
23
24
25
0 commit comments