You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
@daggerhart please take a look at PR for #2632. What do you think about d7 file_entity approach? There is file_rendered formatter for file fields. Each view mode of each file bundle configured to have one or more file displays. First available file display is responsible for rendering file entity.
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.
The text was updated successfully, but these errors were encountered: