- Issue created by @arparker
- πΊπΈUnited States frob US
I think the quickest, and most robust, answer here is to set a default list of extensions that include all the files that Gutenberg's default configuration allows. Right now it falls back to core's default list of file extensions. Relying on core for this is bad for a few reasons but mostly these two.
1. Core has multiple lists of default file extensions.
2. Gutenberg's default configuration has blocks that require uploading files of more extensions than core allows.We cannot do anything about the first problem here but we can solve the second. Currently, if someone does a minimal installation of Drupal and Installs only Gutenberg, and it's dependencies, then they will not be able to use any of the multimedia blocks offered by Gutenberg.