--- title: li-print --- ## 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 | ✗ | ## Storage Format ```js { name: , status: , publicationDate: , publication: { id: , name: }, department: { id: , name: }, template: { id: , name: }, layout: { id: , name: } } ``` ## Content Type Config ```js { handle: 'myContentType', // ... metadata: [ { handle: 'print' // Must use print as the handle type: 'li-print' } // ... ] } ```