1
0

Update content through Mattrbld

This commit is contained in:
mx 2025-03-09 18:40:48 +01:00
parent 6f7356d8ce
commit 8e80a766cb

@ -17,11 +17,12 @@
},
{
"icon": null,
"label": "EN Pages",
"label": "EN Homepage",
"target": {
"name": "Project.Collection",
"name": "Edit Content",
"params": {
"path": "/.mattrbld/collections/EN-Pages.json"
"collection": "EN-Pages.json",
"path": "/src/content/en/index.md"
}
}
},
@ -49,12 +50,13 @@
"separator": true
},
{
"icon": null,
"label": "FR Pages",
"icon": "user",
"label": "FR Homepage",
"target": {
"name": "Project.Collection",
"name": "Edit Content",
"params": {
"path": "/.mattrbld/collections/FR-Pages.json"
"collection": "FR-Pages.json",
"path": "/src/content/fr/index.md"
}
}
},