Documentation

Configuration / filesystem.extensions

A list of extensions that gets listed inside the MoxieManager this will also restrict what the user may upload. You can restict uploads further using the upload.extensions config option.

$moxieManagerConfig['filesystem.extensions'] = 'jpg,png,gif,zip,pdf,doc';
<add key="filesystem.extensions" value="jpg,png,gif,zip,pdf,doc" />