Supported Features
Document | ✔ |
Media | ✗ |
Include | ✗ |
Document Creation Flow | ✗ |
Push Message | ✗ |
Table Dashboard | ✗ |
Display Filter | ✗ |
Search Indexing | ✔ |
System Metadata | ✔ |
Webhook Conditions | ✗ |
Description
Used for managing bundles of documents.
Default UI
NoneStorage 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
}
}
// ...
]
}