Closed KriKrus closed 1 year ago
3.0.55
3.0.1
8.2.10
We have the config/curator.php published and restricted the accepted_file_typesto only jpeg and png. But in the create curation view it's still possible to create a curation in a different format (e.g. webp). The options are hardcoded: https://github.com/awcodes/filament-curator/blob/3.x/resources/views/components/modals/curator-curation.blade.php#L63
accepted_file_types
It would be good if the creation of curations would respect global settings
No response
Thank you for the fast changes! :+1:
Filament Version
3.0.55
Plugin Version
3.0.1
PHP Version
8.2.10
Problem description
We have the config/curator.php published and restricted the
accepted_file_types
to only jpeg and png. But in the create curation view it's still possible to create a curation in a different format (e.g. webp). The options are hardcoded: https://github.com/awcodes/filament-curator/blob/3.x/resources/views/components/modals/curator-curation.blade.php#L63Expected behavior
It would be good if the creation of curations would respect global settings
Steps to reproduce
Reproduction repository
No response
Relevant log output
No response