TridionCommunity / tridion-powertools

Tridion PowerTools adds additional functionality to the SDL Tridion user interface, that are particularly useful to developers and power users.
http://tridioncommunity.github.io/tridion-powertools
4 stars 4 forks source link

Display images in Application Data Inspector #56

Open Nivlong opened 9 years ago

Nivlong commented 9 years ago

Application Data Inspector can show binaries stored in Application Data. For example, Component Template icons for a given Component Template show in Application Data Inspector as:

Application Id: SiteEditThumbnails:32

Data: @$GalleryThumbnailAppDataBinaryContentKhttp://schemas.datacontract.org/2004/07/Tridion.Web.UI.Models.SiteEdit.Http i)http://www.w3.org/2001/XMLSchema-instance@ BinaryContent���PNG 

When Application Data Inspector finds BinaryContent, it should ideally display the binary if possible (as an image), similar to how the icons show in a Component Template (and in Experience Manager). A download link could also be helpful for items that cannot be displayed as an image.

Nivlong commented 9 years ago

@pkjaer noted in general images should display for the App Data Inspector. So this request / issue is likely specific to how Component Template image icons are stored in App Data (maybe related to "BinaryContent" or "PNG"?).