Closed
Description
- Do you want to request a feature or report a bug?
bug
- What is the current behavior?
If you use a folder-type collection with a non-markdown format
(YAML, TOML, or JSON), as well as a custom file extension
that does not match the format (extension .customext
for YAML format).
- If the current behavior is a bug, please provide the steps to reproduce.
- Use the example site.
- Set
format: yaml
andextension: customext
on a collection. - Create a new entry in the collection (this should work).
- The entry cannot be edited (content appears to be missing). Console error is "Error: Unrecognized front-matter format."
- What is the expected behavior?
The entry should be able to be edited.
- Please mention your CMS, node.js, and operating system version.
CMS 0.6.0
Activity