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
Add a data file: data/jazz/bass/jacopastorius.json:
"name": "Jaco Pastorius",
"discography": [
"1974 - Modern American Music … Period! The Criteria Sessions",
"2003 - Punk Jazz: The Jaco Pastorius Anthology (compilation)",
"2007 - The Essential Jaco Pastorius (compilation)"
]
Open the data view in front matter
Expected behavior
That arrays are editable in the data view.
Screenshots
Version 8.2.0:
Version 8.3.0:
Desktop (please complete the following information):
OS: Linux
Browser VScode
Version 1.76.0
Additional context
Seems mostly due to this line being commented out:
Describe the bug
When defining a data type which has a array as member, the fields dont get loaded and stored correctly.
To Reproduce
Steps to reproduce the behavior:
frontmatter.json
data/jazz/bass/jacopastorius.json
:Expected behavior
That arrays are editable in the data view.
Screenshots
Version 8.2.0:
Version 8.3.0:
Desktop (please complete the following information):
Additional context
Seems mostly due to this line being commented out:
vscode-front-matter/src/components/uniforms-frontmatter/ListField.tsx
Line 35 in d364bde
The text was updated successfully, but these errors were encountered: