li-system-priority

History
VersionChange
release-2025-07This system metadata plugin was added in the 2025-07 version.

Supported Features

Document
Media
Include
Document Creation Flow
Push Message
Table Dashboard
Display Filter
Search Indexing
System Metadata
Webhook Conditions

Description

This plugin is used to set a priority on news agency dashboards.

Default UI

Select Input: From 1 to 6

Storage Format

<Integer>

Content Type Config

{
  handle: 'myContentType',
  // ...
  metadata: [
    {
      handle: 'myHandle'
      type: 'li-system-priority',
      ui: {
        label: {
          en: 'Prio',
          de: 'Prio'
        }
      }
    }
    // ...
  ]
}