appwrite/app/config/storage/inputs.php
2025-06-03 10:35:26 +02:00

11 lines
211 B
PHP

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