1
0

Update content through Mattrbld

This commit is contained in:
mx 2025-03-09 19:03:02 +01:00
parent 19b56a6f9a
commit 441c4ae600
3 changed files with 13 additions and 4 deletions
.mattrbld
src/data

@ -1,5 +1,8 @@
{
"autoquotes": null,
"autoquotes": {
"en": "“”‘’",
"fr": "«»‹›"
},
"brandColors": [],
"corsProxy": "/corsprox",
"name": "alex.portfolio",
@ -121,7 +124,10 @@
"customRoles": [],
"draftsDir": null,
"previewUrl": null,
"languages": [],
"languages": [
"en",
"fr"
],
"media": {
"advanced": true,
"customFields": [

@ -62,7 +62,7 @@
"icon": "text-input",
"key": "description",
"label": "Description",
"localised": false,
"localised": true,
"options": {
"wrapping": true,
"multiline": false

@ -1,7 +1,10 @@
{
"name": "Alex Eguiluz",
"url": "https://alexeguiluz.fr",
"description": null,
"description": {
"en": "",
"fr": ""
},
"image": "/uploads/art/5_Grandma'sGift/2_picture.jpg",
"___mb_schema": "/.mattrbld/schemas/site-meta.json"
}