Admin-CMS: Foto-Feld eine Position nach unten (jetzt nach dem internen Code)

This commit is contained in:
qcigano
2026-08-02 16:15:10 +02:00
parent fe8a7b7623
commit ace0767edf
+4 -4
View File
@@ -22,16 +22,16 @@ collections:
format: json format: json
summary: "{{name.de}} — {{preis}} €" summary: "{{name.de}} — {{preis}} €"
fields: fields:
- label: "Interner Code (URL) — nach Veröffentlichung nicht mehr ändern!"
name: slug
widget: string
hint: "Nur Kleinbuchstaben, Zahlen und Bindestriche, z.B. wolke-plushie-lavendel"
- label: "📷 Fotos" - label: "📷 Fotos"
name: bilder name: bilder
widget: list widget: list
required: false required: false
hint: "Hier Fotos hochladen oder per Drag & Drop reinziehen. Das erste Foto ist das Hauptbild." hint: "Hier Fotos hochladen oder per Drag & Drop reinziehen. Das erste Foto ist das Hauptbild."
field: { label: Foto, name: bild, widget: image } field: { label: Foto, name: bild, widget: image }
- label: "Interner Code (URL) — nach Veröffentlichung nicht mehr ändern!"
name: slug
widget: string
hint: "Nur Kleinbuchstaben, Zahlen und Bindestriche, z.B. wolke-plushie-lavendel"
- label: Name - label: Name
name: name name: name
widget: object widget: object