--- title: li-distribution-planning description: "Enables the Distribution Planning panel, and allows documents to be assiged to a distribution schedule." --- **Notice**: The li-distribution-planning plugin is only available if the Planning System is enabled. ## Supported Features | Feature | Supported | | ------- | :-------: | | 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 ```js { distributions: [ { id: , distributionChannelName: , positionName: , date: , precision: , // 'date' | 'datetime' comment: } ] } ``` ## Content Type Config ```js { handle: 'myContentType', // ... metadata: [ { handle: 'myHandle', type: 'li-distribution-planning', config: { index: true // optional, default: false. Added in release-2023-07 } } // ... ] } ```