You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- 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 and extension: 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
The text was updated successfully, but these errors were encountered:
@erquhart@Benaiah I'm just wondering if we should use the collection-defined format as the default, and fall back to the file extension, instead of the other way around.
- 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 fileextension
that does not match the format (extension.customext
for YAML format).- If the current behavior is a bug, please provide the steps to reproduce.
format: yaml
andextension: customext
on a collection.- 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
The text was updated successfully, but these errors were encountered: