generated from cms/tibi-docs
This commit is contained in:
parent
9601a29db1
commit
27ee7bbc83
@ -417,6 +417,7 @@ fields:
|
|||||||
default: "col-6"
|
default: "col-6"
|
||||||
small: "col-12"
|
small: "col-12"
|
||||||
large: "col-6"
|
large: "col-6"
|
||||||
|
|
||||||
- name: description
|
- name: description
|
||||||
type: string
|
type: string
|
||||||
meta:
|
meta:
|
||||||
@ -431,3 +432,14 @@ fields:
|
|||||||
type: string
|
type: string
|
||||||
meta:
|
meta:
|
||||||
label: Schlüsselwörter
|
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.
|
||||||
|
Loading…
Reference in New Issue
Block a user