Create a ChannelOpen Main Menu > SettingsGo to Main Menu > Settings. The Settings section appears. Click on Select Channels. Click on AddSelect + Enter the channel's name of the channel and add any translations in the Name field.Leave the other channel settings for now and save. Add the user roles that should have access to the channel under roles.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 channel's 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 to have for this channel by clicking selecting Add in the Content browser filter sectionfilters tab. Add a filter
only to show only Content Items
that have with the Product Information Layer
"Product information" assigned and the media type
"Technical Product Sheet
" or
" Product Shot.
" Code Block |
---|
{
"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"
}
]
}
]
} |
channel-create-productsOnly.mp4Add 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 The new channel is not visible in the channel dropdown - . It usually missing lacks permissions (your user is in a user role which and cannot see the channel). Open the Channel. Edit Settings. Check "Select View for All ". Validate if you can see it - , and then adapt the User Roles.
Problem: New The new channel is empty - probably due to a wrong channel filter. Open the Channel. Edit Channel Filter. Remove your Query Filter. Validate if you can see content in your channels channel's Content Browser. Adapt the Query Filter.
|