--- title: li-dependencies --- ## 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 None ## Storage Format ```js { js: [ { src: , code: , inline: , library: , namespace: , componentIds: [ ] } ], css: [ { src: , code: , inline: , library: , namespace: , componentIds: [ ] } ] } ``` ## Content Type Config ```js { handle: 'myContentType', // ... metadata: [ { handle: 'myHandle' type: 'li-dependencies', } // ... ] } ```