Content Channel Item View
Displays a content channel item by formatting it with XAML.
This block is useful for quickly displaying content channel items like messages or promotions. Instead of writing an entity command to get the data, this block will pull the full content channel item for you.
It functions similarly to the Content block in that the XAML template is up to you to define. Its advantage lies in the built-in data pull and optional interaction write so you don't have to wire them up yourself.
Parameters
Context can be provided to the block via item Id or Guid; you don't need to pass both.
ContentChannelItemId
Int
The Id of the content channel item.
ContentChannelItemGuid
Guid
The Guid of the content channel item.
Settings
Content Channel
Limits the retrieved item to a specific content channel.
Log Interactions
If enabled, an interaction associated with the content channel item will be added to the queue.
Template
The Lava commands that are enabled for this block will only Lava rendered on the server.
Merge Fields
Item
ContentChannelItem
The full Content Channel Item that was retrieved.
Last updated