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

11 lines
185 B
PHP

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