folder
collection of JSON data files saves files in markdown format
#748
Labels
folder
collection of JSON data files saves files in markdown format
#748
- Do you want to request a feature or report a bug?
bug, unless I've missed a setting
- What is the current behavior?
Folder collections save files in markdown (with yaml frontmatter) by default. You can change the file extension by adding the
extension
field to the collection config. This causes files in the folder to be saved with the chosen extension, but the file contents are still in markdown with yaml frontmatter.- If the current behavior is a bug, please provide the steps to reproduce.
(I removed the
body
field from the config, thinking that it might be triggering the markdown format. You can see my first test, with body field intact, here.)- What is the expected behavior?
The contents of the file should match the extension.
- Please mention your CMS, node.js, and operating system version.
0.5.0 in a one-click-hugo-cms deploy, running on current Chrome
The text was updated successfully, but these errors were encountered: