It would be great, if the default file extensions from file_entity would be configured as default.
If file_entity is enabled, the default file extensions in /admin/config/media/file-settings are considered as default file extensions.
For example: for the bulk media upload form.

CommentFileSizeAuthor
#2 file_entity_extensions-2889449-1.patch804 bytesmr_infinity
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

mr_infinity created an issue. See original summary.

mr_infinity’s picture

The variable defaults are the same, specified in file_entity > file_entity_default_allowed_extensions.

DamienMcKenna’s picture

Status: Active » Needs work
Issue tags: -plupload

The 7.x-2.x releases use file_type_get_valid_extensions() to determine which extensions are valid, so I think this needs to be updated.

DamienMcKenna’s picture

Status: Needs work » Needs review

Ah no, never mind, it still uses file_entity_default_allowed_extensions.