--- title: li-system-priority description: "Provide a priority." --- ## History | Version | Change | | ------- | ------ | | release-2025-07 | This system metadata plugin was added in the `2025-07` version. | ## 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 | ✗ | ## Description This plugin is used to set a priority on news agency dashboards. ## Default UI **Select Input**: From 1 to 6 ## Storage Format ```js ``` ## Content Type Config ```js { handle: 'myContentType', // ... metadata: [ { handle: 'myHandle' type: 'li-system-priority', ui: { label: { en: 'Prio', de: 'Prio' } } } // ... ] } ```