Supported Features
| Document | ✔ |
| Media | ✗ |
| Include | ✗ |
| Document Creation Flow | ✗ |
| Push Message | ✗ |
| Table Dashboard | ✗ |
| Display Filter | ✗ |
| Search Indexing | ✔ |
| System Metadata | ✗ |
| Webhook Conditions | ✗ |
Description
A reference to the host document of a ticker entry.
Default UI
Not renderedStorage Format
{
$ref: 'document',
reference: {
id: <String>
}
}
Content Type Config
{
handle: 'myContentType',
// ...
metadata: [
{
handle: 'tickerHost'
type: 'li-ticker-host-reference',
config: {
index: true
}
}
// ...
]
}