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
Describe the bug
Setting the configuration "frontMatter.taxonomy.indentArrays": false in order to remove the indentation of arrays within the front matter does not seem to have the desired effect. When trying to maintain a list without indentation, the software keeps re-indenting the list upon changes to other fields.
To Reproduce
Steps to reproduce the behavior:
Configure the software with "frontMatter.taxonomy.indentArrays": false.
Create or modify a front matter section with a list, e.g.:
keywords:
- word 1
- word 2
Change a different field within the same front matter, such as slug.
Observe that the previously unindented list (keywords in this example) gets indented automatically.
Expected behavior
The list under keywords or any other taxonomy should remain unindented when frontMatter.taxonomy.indentArrays is set to false, regardless of changes to other fields.
Screenshots
N/A
Desktop (please complete the following information):
OS: macOS
Version: 13.5 (Apple Silicon)
Additional context
v.8.4.0
The text was updated successfully, but these errors were encountered:
Describe the bug
Setting the configuration
"frontMatter.taxonomy.indentArrays": false
in order to remove the indentation of arrays within the front matter does not seem to have the desired effect. When trying to maintain a list without indentation, the software keeps re-indenting the list upon changes to other fields.To Reproduce
Steps to reproduce the behavior:
"frontMatter.taxonomy.indentArrays": false
.slug
.keywords
in this example) gets indented automatically.Expected behavior
The list under
keywords
or any other taxonomy should remain unindented whenfrontMatter.taxonomy.indentArrays
is set tofalse
, regardless of changes to other fields.Screenshots
N/A
Desktop (please complete the following information):
Additional context
v.8.4.0
The text was updated successfully, but these errors were encountered: