Closed Billybobbonnet closed 1 year ago
Note that it fails to load the list of the i18n collection items, but if I target the URL of an item, it loads the page properly. I investigated if it was related to the slug not being "title" but it didn't help.
Thanks @Billybobbonnet
I have the same issue when using multiple_folders, content does not load and shows "No Entries"
But after switch to https://unpkg.com/netlify-cms@^2.10.17/dist/netlify-cms.js , it's working fine
The error coming when using: https://unpkg.com/decap-cms@^3.0.0/dist/decap-cms.js Admin Config
i18n:
structure: multiple_folders
locales: [en, id]
default_locale: en
collections:
- name: blog
label: "blog"
folder: "contents/blog"
identifier_field: title
extension: md
widget: "list"
create: true
i18n: true
slug: "{{slug}}" # Filename template, e.g., YYYY-MM-DD-title.md
fields:
- name: title
label: Title
widget: string
i18n: true
- name: body
label: Body
widget: markdown
i18n: true
- label: "Tags"
name: "tags"
widget: "list"
i18n: true
- label: "Authors"
name: "authors"
i18n: true
widget: "select"
options: ["juniyadi", "yusran"]
Hey guys, thanks for your patience and great issue details. This should be fixed in 3.0.9, would you mind trying it out?
Hi @demshy , i can confirm. this is working now using 3.0.9 Thanks
For what it's worth, I also confirm the issue is fixed. Keep up the good work guys :-)
While it works properly with the versions prior to 3.0.0, it fails to display content after 3.0.0
Here is my
config.yml
These are very simple documents. Everything works when I simply change the script to import from
https://unpkg.com/decap-cms@^3.0.0/dist/decap-cms.js
tohttps://unpkg.com/netlify-cms@^2.10.17/dist/netlify-cms.js