When building a view with a CCK file field there is an additional "data" field available with the name and description of the file (and also an alt-text for images) in addition to the file itself.
Is it possible to get this in Panels also?
(As far as I know, only the file is available currently)
It would be very useful when building the node view to have the data available to put under the image as an image description, for example.
Comments
Comment #1
merlinofchaos commentedCurrently CCK handles giving that information to Panels.
Comment #2
markus_petrux commentedCCK exposes the field to Panels, and allows you to choose a format. However, the data rendered depends on the field implementation and its own features.
Comment #3
quicksketchFileField hands off its field data to... hah. Just kidding ;-)
I don't regularly use Panels so I'm not familiar with where this information is exposed to CCK. I'd be happy to review patches, though I don't anticipate writing this functionality myself.
Comment #4
quicksketchStill no plans of implementing this. Anyone that can offer a patch, please move from postponed and I'd be happy to review.
Comment #5
quicksketchPlease reopen if interested in adding this functionality through a provided patch.