--- title: li-imatrics-nlp-tags --- ## 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 Manage tags, add new tag suggestions ## Storage Format ```js { contentVersion: , concepts: [ { weight: , title: , slug: , type: , uuid: , inappropriate: , userAdded: } ] } ``` ## Content Type Config ```js { handle: 'myContentType', // ... metadata: [ { handle: 'myHandle' type: 'li-imatrics-nlp-tags', config: { // common required: {type: 'boolean', default: false}, requiredErrorMessage: 'string', hideFromForm: {type: 'boolean', default: false}, // specific ignoredConceptTypes: ms.arrayOf(ms.string()) } } // ... ] } ```