li-distribution-planning

Notice: The li-distribution-planning plugin is only available if the Planning System is enabled.

Supported Features

Document✔
Media✗
Include✗
Document Creation Flow✗
Push Message✗
Usage Log✗
Table Dashboard✔
Display Filter✗
Search Indexing✔
System Metadata✔
Planning System✔
Webhook Conditions✗

Description

Enables the Distribution Planning panel, and allows documents to be assiged to a distribution schedule.

Default UI

Distribution Planning panel

Storage 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
      }
    }
    // ...
  ]
}