Hi,
How can you suppress (or control) all the Attributes that appear as default in the FolderBrowserWidget?
/Jacob
By "Attributes", do you mean columns in the node children table, or fields in the node properties form?
I mean the columns that are automatically generated based on all the Categories in the system.
Sample attached as image.
What can I do so they don't appear?
The FolderBrowser shows all custom columns, which are enabled for a particular location in the CS settings. If you do not include them in the folder settings, they will not show up. Don't you see them in the classic CS UI too?
Hi, Nope - the classic CS UI looks like below. Only the default columns.
Actually, they are not content server columns, but Category Attributes that are presented as columns. We would need an Attribute Filter for this I think?
I don't know about a feature presenting category attributes as columns.
The columns shown by the table are controlled by the definitions_order property from the v1/nodes/:id/nodes REST API response. This is controlled by the custom column configuration in the facet volume and enabling of columns for particular container. If there are other features, which can add columns to a container, you would have to configure them too.
definitions_order
v1/nodes/:id/nodes
The FolderBrowserWidget supports columnFilter and columnMatch options in the constructor, if fewer columns should be displayed, than in the classic CS UI. But this feature is static - it assumes that you configured some custom columns for the classic UI and you want to hide some of them in the widget.
columnFilter
columnMatch