Skip to main content

Feed component

Level: beginner

Use the Feed component to add a feed. You can enable internal and external users to post and read comments that support rich text and user mention via "@." Authors can edit or delete their posts or attachments. Before you use the component, make sure that the Freedom UI page schema includes the data source. Learn more: Operations with data for Mobile Creatio.

View the example of a configuration object that adds a feed below.

Example of a configuration object that adds a feed
{
"type": "crt.Messaging",
"items": "ContactFeed"
}

string type

Component type. crt.Messaging for the Feed component.


string items

The attribute from the viewModelConfig schema section.


See also

Operations with data for Mobile Creatio