li-bundled-documents

Notice: The li-bundled-documents plugin is only available if the Planning System is enabled.

Supported Features

Document
Media
Table Dashboard
Include
Display Filter
Search Indexing
System Metadata

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
      }
    }
    // ...
  ]
}