Files
appwrite/app/config/storage/outputs.php
Jake Barnby d577fd1294 Sync 1.6.x
2025-05-17 20:23:46 +12:00

12 lines
214 B
PHP

<?php
return [
// Accepted outputs files
"jpg" => "image/jpeg",
"jpeg" => "image/jpeg",
"png" => "image/png",
"webp" => "image/webp",
"heic" => "image/heic",
"avif" => "image/avif",
];