photo/config/photo.php

9 lines
91 B
PHP

<?php
return [
'dir'=>'Photos',
'import'=>[
'accepted'=>['jpg','jpeg','heic'],
],
];