Can we get the same settings in panels that views uses for multiple values? (screenshot provided)
multiple settings
I would like to be able to change the display of multiple valued fields from a comma to, say, a list.

Note: for anyone else trying to do this, make a view pane and use a contextual filter of nid (get nid from url) and add your view pane to your panels.

CommentFileSizeAuthor
multiple-value-settings-crop.png13.7 KBDraven_Caine

Comments

merlinofchaos’s picture

Status: Active » Fixed

Already done in latest CTools -dev.

merlinofchaos’s picture

Oh wait, not the display 'type'. That's because it's still using standard field theming.

Right now you'd need to override theme_field() -- it'd be a lot more work than you think to override thefull output the way Views does. That's some gnarly code, and wasn't deemed quite as necessary for Panels.

merlinofchaos’s picture

Project: Panels » Chaos Tool Suite (ctools)
Version: 7.x-3.0-alpha3 » 7.x-1.x-dev
Component: Plugins - display renderers » Code
Category: feature » task
Status: Fixed » Active

Not going to quite mark this closed yet. Need to think about it.

It may need someone to work on the patch.

Draven_Caine’s picture

Category: task » feature

The code work is over my head or I would lend a hand.