li-print

Removed in: release-2026-07

Supported Features

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

Storage Format

{
  name: <String>,
  status: <String>,
  publicationDate: <String>,
  publication: {
    id: <String>,
    name: <String>
  },
  department: {
    id: <String>,
    name: <String>
  },
  template: {
    id: <String>,
    name: <String>
  },
  layout: {
    id: <String>,
    name: <String>
  }
}

Content Type Config

{
  handle: 'myContentType',
  // ...
  metadata: [
    {
      handle: 'print' // Must use print as the handle
      type: 'li-print'
    }
    // ...
  ]
}