Add example-media.json file for testing php-template

This commit is contained in:
2024-08-21 22:59:21 +10:00
parent eef70107e4
commit 77dc711f12
2 changed files with 11 additions and 1 deletions

View File

@@ -0,0 +1,10 @@
{
"map.jpg": {
"id": 123,
"url": "http://localhost/map.png"
},
"default.png": {
"id": 987,
"url": "http://localhost/default.png"
}
}