Active
Project:
Chaos Tool Suite (ctools)
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
29 Jan 2012 at 17:18 UTC
Updated:
29 Jan 2012 at 19:28 UTC
Can we get the same settings in panels that views uses for multiple values? (screenshot provided)

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.
| Comment | File | Size | Author |
|---|---|---|---|
| multiple-value-settings-crop.png | 13.7 KB | Draven_Caine |
Comments
Comment #1
merlinofchaos commentedAlready done in latest CTools -dev.
Comment #2
merlinofchaos commentedOh 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.
Comment #3
merlinofchaos commentedNot going to quite mark this closed yet. Need to think about it.
It may need someone to work on the patch.
Comment #4
Draven_Caine commentedThe code work is over my head or I would lend a hand.