Closed
Description
- Do you want to request a feature or report a bug?
Bug
- What is the current behavior?
You can't list files using a multi-part extension.
- If the current behavior is a bug, please provide the steps to reproduce.
- Forked the one-click-hugo-cms: https://gitlab.com/Nic128/one-click-hugo-cms/
- Rename the posts from
.md
to.en.md
- Set the extension for the posts and format to:
extension: 'en.md'
format: 'frontmatter'
- Create a new post, the post will be created properly.
{{slug}}.en.md
- You can't see any file listed for editing, even if the files exist.
- I see the list data from ajax calls, but the filtering in the cms code is filtering everything out.
- What is the expected behavior?
If just using md
list the files correctly, en.md
should list the same files.
I found out how to use multi-part extension from this thread. #1399
- Please mention your versions where applicable.
Netlify CMS version: 1.9.2
Browser version: Firefox 60
Node.JS version: 8.11.2
Operating System: OSX
- Please link or paste your config.yml
below if applicable.
https://gitlab.com/Nic128/one-click-hugo-cms/blob/master/site/static/admin/config.yml
Activity