...
Portals list filters are configured in this file : starter-kit\portals\explore\filters\default-cursor-config\default-resource-config.json
The configuration is set up and behaves in the same way as it does for the dam domain.
...
4.2/ Portal default filters
4.2.1/ Portal default filters configuration
By default, portals feature comes with filters on portal’s detail view. These filters are allowing user to filter displayed assets. The config used and displayed is the same one which is used on new univers creation.
It means that you can modify it, but the next created universe will be created by default with the updated filters config.
file path : starter-kit\dam\explore\filters\default-cursor-config\default-resource-config.json
4.2.2/ Example of configuration
Here we’ve added a prop from asset structure: colorspace
...
And this is the result
...
4.3/ Segmentation of portals and the assets within them
You can segment portals by following this documentation https://crossmedia.atlassian.net/wiki/x/EAAnPw
Here are the steps to follow for a possible segmentation by “organization”:
Add a property
organization
, which is a child oforganization
, touser
structure. This property should have the tagsegmenting/tree/readorgs
.Add a property
organization
, which is a child oforganization
, toportal
structure. This property should have the tagsegmented/readorgs
.portal
structure should have the tagsegmented
.organization
structure should have the tagsegmented
FYI: "readorgs" is just an alias here. It can be any name you choose, but it must be the same on both properties for the segmentation to work correctly.
4.4/ Permissions
Guillaume LEPICARD Alioune Badara CAMARA Peut-être ce point n’est pas nécessaire
...