Netlify CMS - creates empty content #7
Labels
kind/bug
Used when there is a defect / something is not working as it should.
solution/netlify
Issues related to Netlify CMS
Hugo structures content like this:
Netlify CMS looks at
content/news
. And we wantarticle-1
andarticle-2
to be available in the CMS, but notindex.md
undernews
which is the list view for news.To solve this the collection
news
is configures withfilter: {field: "cmsedit", value: true}
.The problem is that when new content is created. 2 new files are submited to the pull request.
index.nb.md
andindex.en.md
even if you only provided content for ìndex.nb.md`.Since we have configured the collection to add
cmsedit:true
to new content. A file is created for each language type.The text was updated successfully, but these errors were encountered: