From fe8a7b7623ce108b8e8583e434b46aa06c67d1c2 Mon Sep 17 00:00:00 2001 From: qcigano Date: Sun, 2 Aug 2026 16:13:10 +0200 Subject: [PATCH] Admin-CMS: Foto-Feld ist jetzt das allererste Feld im Produkt-Formular --- public/admin/config.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/public/admin/config.yml b/public/admin/config.yml index 4a4fffa..2759071 100644 --- a/public/admin/config.yml +++ b/public/admin/config.yml @@ -22,16 +22,16 @@ collections: format: json summary: "{{name.de}} — {{preis}} €" 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" name: bilder widget: list required: false hint: "Hier Fotos hochladen oder per Drag & Drop reinziehen. Das erste Foto ist das Hauptbild." 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 name: name widget: object