Forum

Thread tagged as: Runway

Related field in Collection list

When viewing a specific Collection list, is it possible to include a related Collection field?

I've tried to include the related Collection field in "Item list column IDs", but it doesn't seem to be working. It just displays "Item 1" etc.

Thanks.

Robert Chambers

Robert Chambers 0 points

  • 7 years ago
Drew McLellan

Drew McLellan 2638 points
Perch Support

In this first pass, no you can't do that yet. It's something we'll be looking to add in future. Small steps!

You have to do this in the template...

<perch:content id="red" type="text" label="One" title="true" />
<perch:content id="white" type="text" label="Two" />
<perch:content id="blue" type="text" label="Three" title="true" />

The "Title" would then be "redblue". You have to use collection option to separate title's with something like a space or (+).

Is this what you're asking?