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 6Storage Format
<Integer>
Content Type Config
{
handle: 'myContentType',
// ...
metadata: [
{
handle: 'myHandle'
type: 'li-system-priority',
ui: {
label: {
en: 'Prio',
de: 'Prio'
}
}
}
// ...
]
}