Supported Features
Document | ✔ |
Media | ✗ |
Include | ✗ |
Document Creation Flow | ✗ |
Push Message | ✗ |
Table Dashboard | ✔ |
Display Filter | ✗ |
Search Indexing | ✔ |
System Metadata | ✔ |
Webhook Conditions | ✗ |
Description
Enables the Distribution Planning panel, and allows documents to be assiged to a distribution schedule.
Default UI
Distribution Planning panelStorage Format
{
distributions: [
{
id: <String>,
distributionChannelName: <String>,
positionName: <String>,
date: <ISO8601 String>,
precision: <String>, // 'date' | 'datetime'
comment: <String>
}
]
}
Content Type Config
{
handle: 'myContentType',
// ...
metadata: [
{
handle: 'myHandle',
type: 'li-distribution-planning',
config: {
index: true // optional, default: false. Added in: release-2023-07
}
}
// ...
]
}