li-distribution-planning

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

Supported Features

Document
Media
Table Dashboard
Include
Display Filter
Search Indexing
System Metadata

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. Added in: release-2023-07
      }
    }
    // ...
  ]
}