1 | | In [attachment:39883.2.diff], we should make `$supported_types = array( 'image', 'pdf' );` filterable. In our install, we currently do not support PDF thumbnails, for example, and that would let us short-circuit the function when facing a PDF. It would also let integrators add their own types of supported types, should they need to. |
| 1 | In [attachment:39883.2.diff], we should make `$supported_types = array( 'image', 'pdf' );` filterable. In our install, we currently do not support PDF thumbnails, for example, and that would let us short-circuit the function when facing a PDF. It would also let integrators add their own supported types, should they need to. |