소스 검색

fix: editorial_workflow mode for Wowchemy CMS (#2319)

The publish_mode option should be placed at the top level instead of under backend.
Ewe Zu Lin 3 년 전
부모
커밋
c0d8f2a41a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      wowchemy-cms/functions/parse.html

+ 1 - 1
wowchemy-cms/functions/parse.html

@@ -7,7 +7,7 @@
 
 {{ with site.Params.cms.publish_mode }}
   {{ $publish_mode := dict "publish_mode" . }}
-  {{ $backend_opts = merge $backend_opts $publish_mode }}
+  {{ $return = merge $return $publish_mode }}
 {{ end }}
 
 {{ if site.Params.cms.local_backend }}