Drupal Gutenberg keeping filenames
Use case:
by default Gutenberg is changing file names if they are uploading via Gutenberg Content Blocks (Images and Media) to some_hash.jpg wich is non good for SEO.
Temp solution is comment this function in file /modules/contrib/gutenberg/src/MediaUploader.php and add function getClientOriginalName: