Create a Channel
Go to Main Menu > Settings. The Settings section appears.
Select ChannelsB
Select +
Enter the channel's name and add any translations in the Name field. The ID is pre-filled from the input in the name field.
💡 The channel ID is the link: customer.picturepark.com/contents/gdpr
Now you can create the channel already. It is added to the first position in the list.
settings_channel_create-new_115.mp4All other settings are pre-filled with defaults which you can change:
You can update the sort order used in the channel dropdown in the Content Browser.
You can update the sort fields which are the sorting options you allow the user to see in the channels Content Browser.
You can select the default sort for all content items in the channel.
Double-clicking on the channel will open the channel details in the 2-column layout. You can now add filters (faceted navigation) and permissions (roles that have access) on the right side:
Add any Content Browser filters you would like for this channel by selecting Add in the Content browser filters tab.
Add a filter only to show Content Items that have the Product information Layer assigned and the media type Technical Product Sheet or Product Shot.
{
"kind": "AndFilter",
"filters": [
{
"kind": "TermFilter",
"field": "layerSchemaIds",
"term": "Vertical"
},
{
"kind": "OrFilter",
"filters": [
{
"kind": "TermFilter",
"field": "basicInformation.mediaType._refId",
"term": "648b76b163654189be7b6638b31fb243"
},
{
"kind": "TermFilter",
"field": "basicInformation.mediaType._refId",
"term": "d019419aae9a4eaeb715d35efa0e61d7"
}
]
}
]
}
Add the user roles that should have access to the channel in the permissions tab or select View for all if every user needs access.
Problem: New channel not visible in channel dropdown - usually missing permissions (your user is in a user role which cannot see the channel)
Open the Channel.
Edit Settings.
Select View for All.
Validate if you can see it - then adapt the User Roles.
Problem: New channel is empty - probably a wrong channel filter
Open the Channel.
Edit Channel Filter.
Remove your Query Filter.
Validate if you can see content in your channels Content Browser.
Adapt the Query Filter.