sort
All checks were successful
deploy to production / deploy (push) Successful in 46s

This commit is contained in:
Robin Grenzdörfer 2023-12-08 13:02:22 +00:00
parent 9601a29db1
commit 27ee7bbc83

View File

@ -417,6 +417,7 @@ fields:
default: "col-6"
small: "col-12"
large: "col-6"
- name: description
type: string
meta:
@ -431,3 +432,14 @@ fields:
type: string
meta:
label: Schlüsselwörter
- name: sort
type: number
meta:
label:
de: Manuelle Sortierung
en: Manual Sorting
inputProps:
{ readonly: true, placeholder: { de: "Wert wird automatisch gesetzt", en: "Value is set automatically" } }
helperText:
de: Dieses Feld wird für die manuelle Sortierung benötigt. Sobald ein Eintrag per Drag&Drop verschoben wurde, wird die neue Position innerhalb der Liste eingetragen.
en: This field is required for manual sorting. As soon as an entry is moved using Drag&Drop, the new position is entered in the list.