Closed
Description
Describe the bug
When I try to open in the FM Dashboard in tabulator "data" a data collection from a yaml
file with snippets I can't expand it and see errors in the console:
["ERROR" - 23:11:49] DataFileHelper::process: Function yaml.safeLoad is removed in js-yaml 4. Use yaml.load instead, which is now safe by default.
["ERROR" - 23:11:49] 𝖥𝗋𝗈𝗇𝗍 𝖬𝖺𝗍𝗍𝖾𝗋 𝖢𝖬𝖲: Something went wrong while processing the data file. Check your file and output log for more information.
To Reproduce
Steps to reproduce the behavior:
- Create a yaml file inside
[[workspace]]/site/data/biShortcuts.yaml
- Enter content like this: https://github.com/GHSVS-de/hugo_layoutsghsvs/blob/main/dist/data/biShortcuts.yaml
- In
frontmatter.json
add block
...
"frontMatter.data.files": [
{
"id": "biShortcuts",
"title": "bi-Shortcode-Abkuerzung",
"file": "[[workspace]]/site/data/biShortcuts.yaml",
"fileType": "yaml",
"labelField": "short",
"schema": {
"title": "Bi-Abkuerzung",
"type": "object",
"required": [
"short",
"icon"
],
"properties": {
"short": {
"type": "string",
"title": "Short"
},
"icon": {
"type": "string",
"title": "Icon"
},
"class": {
"type": "string",
"title": "CSS Class"
}
}
}
}
],
...
- Be aware of
"fileType": "yaml",
! - Open Workspace.
- Open FM Dashboard.
- Click tabulator data.
- Click on collection "bi-Shortcode-Abkuerzung"
- Nothing happens but message "𝖥𝗋𝗈𝗇𝗍 𝖬𝖺𝗍𝗍𝖾𝗋 𝖢𝖬𝖲: Something went wrong while processing the data file. Check your file and output log for more information."
- Output log displays errors (see above).
Expected behavior
Adding and editing of collection entries possible.
**
- Current VS Code 1.84.2 on Windows 10.
- Front Matter CMS v9.3.1
Additional context
I know that it worked with older versions but I don't know which one because of a longer pause since October 2022 or so.
I think the error comes from here
Metadata
Metadata
Assignees
Labels
Projects
Status
Done