--- title: li-list-reference --- ## 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 | ✗ | ## Default UI Selected list, or list selection dialog ## Storage Format ```js { $ref: 'list', reference: { id: , count: , priority: } } ``` ## Content Type Config ```js { handle: 'myContentType', // ... metadata: [ { handle: 'myHandle' type: 'li-list-reference', config: { // common hideFromForm: false, // optional, default: false required: true, // optional, default: false requiredErrorMessage: 'Provide a value', // optional index: true, // optional, default: false. Added in release-2023-07 // specific defaultCount: true } } // ... ] } ```