working on fixing/reimplementing save command now that the mutations logic is more complete

This commit is contained in:
Chris Kruining 2024-11-04 17:03:41 +01:00
parent 6ed9c74862
commit 992bb77d2f
No known key found for this signature in database
GPG key ID: EB894A3560CCCAD2
12 changed files with 239 additions and 58 deletions

View file

@ -26,5 +26,15 @@
"sizes": "2092x1295",
"form_factor": "wide"
}
],
"file_handlers": [
{
"action": "/edit",
"accept": {
"text/*": [
".json"
]
}
}
]
}