Specifying a default publish_mode value #7095
-
Following and testing the Gitea support discussed in #6984, #6997 it seems now that Decap works on Gitea and the Forgejo fork when the server is configured correctly, which is very cool 🥳 However, while testing a couple sites, I noticed the following error when using the nifty Hugo Module hugomods/decap-cms made by @razonyang Upon inspecting the
Also when setting it as String values
I can think of the following ways to resolve this issue and use the Hugo Module with Gitea:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
@privatemaker I think the issue is belong to that Hugo module, now it should be fixed since github.com/hugomods/[email protected]. To remove the default params:
decap_cms:
publish_mode: '' |
Beta Was this translation helpful? Give feedback.
@privatemaker I think the issue is belong to that Hugo module, now it should be fixed since github.com/hugomods/[email protected]. To remove the default
publish_mode
from that module.