Hide field from collection

Hi, is it possible to hide features of a node when viewing the whole collection, but still see them when opening an item of that collection?

This is mainly to hide an image url from the view which I still want to have shown when viewing the item.

@hidden is does not show it when viewing the item. Is there another way to achieve this?

Did you try putting this property in a group? That will hide the property from the default ‘Compact’ collection view, but it will show up when you open the item.

Something like this, for example:

'People': collection [ 'Name' ] {
	'Name': text
	'Photo': group {
		'URL': text
	}
}
1 Like

Showing/hiding columns is also something that we are going to add to the client (through annotations and by end users).

1 Like