--- title: li-bundled-documents description: "A list of documents belonging to a bundle." --- **Notice**: The li-bundled-documents 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 Used for managing bundles of documents. ## Default UI None ## Storage Format ```js { $ref: 'documents', references: [ { id: } ] } ``` ## Content Type Config ```js { handle: 'myContentType', // ... metadata: [ { handle: 'myHandle', type: 'li-bundled-documents', config: { index: true // optional, default: false. Added in release-2023-07 } } // ... ] } ```