From b07206e8e100738e0ef8865052fad3a726857cc8 Mon Sep 17 00:00:00 2001 From: qcigano Date: Sun, 2 Aug 2026 16:11:53 +0200 Subject: [PATCH] =?UTF-8?q?Admin-CMS:=20Foto-Feld=20ganz=20nach=20oben=20i?= =?UTF-8?q?m=20Produkt-Formular=20verschoben=20(war=20vorher=20ganz=20unte?= =?UTF-8?q?n,=20leicht=20zu=20=C3=BCbersehen)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/admin/config.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/public/admin/config.yml b/public/admin/config.yml index 6cbbb6c..4a4fffa 100644 --- a/public/admin/config.yml +++ b/public/admin/config.yml @@ -26,6 +26,12 @@ collections: 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: Name name: name widget: object @@ -86,11 +92,6 @@ collections: - { label: Bestseller, value: bestseller } - { label: "Im Sale", value: sale } - { label: Handgemacht, value: handgemacht } - - label: Fotos - name: bilder - widget: list - required: false - field: { label: Foto, name: bild, widget: image } - name: categories label: Kategorien