This relates to File entity and re-usable managed files system #1448
When we have much of the foundation of the managed file system in place, we'll want to make it as easy as possible to show media in the correct way. Images should use the common image formatter, while audio and video should also be able to display correctly automatically.
One approach to this is to have a new file field formatter which dynamically adjust the output based on metadata about the given fid
such as mimetype, or file bundle type.
Exactly how this is implemented will need to be determined by the results of the tasks this depends on.
Recent comments
Hello, @yorkshirepudding! Thanks a lot, I got it, all sorted out.
My layout template (layout--blog.tpl.php) doesn't work
Hi @Gnome and welcome to Backdrop When I create custom layout templates I put them in /layouts/custom/my_layout Note: you can split modules and layouts between contrib and custom...
My layout template (layout--blog.tpl.php) doesn't work
This post explains how to do this in Drupal 7. In Backdrop, File Entity is already part of core. You will need to download and install module Views Field View. https://drupal.stackexchange...
I Need to Display an Image in a View that was Uploaded to a Webform