Update documentation for frontmatter.js change

This commit is contained in:
Will Boyd
2025-01-20 11:56:58 -05:00
parent c6a6c1e1cc
commit efd1423bde
2 changed files with 2 additions and 4 deletions
+1 -3
View File
@@ -16,8 +16,6 @@ Keeping the wizard as short as possible is a priority. Pull requests that add op
## Adding Frontmatter Fields
Similarly, default frontmatter output is limited to just a few widely used fields to avoid bloat. However, you may add new optional frontmatter fields.
To do so, follow the instructions in [/src/frontmatter/example.js](https://github.com/lonekorean/wordpress-export-to-markdown/blob/master/src/frontmatter/example.js).
Similarly, default frontmatter output is limited to just a few widely used fields to avoid bloat. However, you may add new optional frontmatter fields to [/src/frontmatter.js](https://github.com/lonekorean/wordpress-export-to-markdown/blob/master/src/frontmatter.js).
Users will be able to include your new frontmatter field by editing `frontmatter_fields` in [settings.js](https://github.com/lonekorean/wordpress-export-to-markdown/blob/master/src/settings.js).