li-bundled-documents

Notice: The li-bundled-documents 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

Used for managing bundles of documents.

Default UI

None

Storage Format

{
  $ref: 'documents',
  references: [
    {
      id: <String>
    }
  ]
}

Content Type Config

{
  handle: 'myContentType',
  // ...
  metadata: [
    {
      handle: 'myHandle',
      type: 'li-bundled-documents',
      config: {
        index: true                              // optional, default: false. Added in: release-2023-07
      }
    }
    // ...
  ]
}