li-imatrics-nlp-tags

Supported Features

Document
Media
Table Dashboard
Include
Display Filter
Search Indexing
System Metadata

Default UI

Manage tags, add new tag suggestions

Storage Format

{
  contentVersion: <String>,
  concepts: [
    {
      weight: <Number>,
      title: <String>,
      slug: <String>,
      type: <String>,
      uuid: <String>,
      inappropriate: <Boolean>,
      userAdded: <Boolean>
    }
  ]
}

Content Type Config

{
  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())
      }
    }
    // ...
  ]
}