File Manager Feature request

Permalink
Hi,

When building an add-on it would be really helpful if I could do this:

ccm_launchFileManager('&fExtension=jpg,jpeg,png,webm,mp4');


or

ccm_launchFileManager('&fType=' + ccmi18n_filemanager.FTYPE_VIDEO + ',' + ccmi18n_filemanager.FTYPE_IMAGE);


To that end I created a really simple 2 line patch that adds this feature. Please accept my pull request:

https://github.com/concrete5/concrete5/pull/1027...

Thanks.

Jeff Paetkau

JeffPaetkau