From 8abf3a346ec9f254562a328bfb2160c00364b9bf Mon Sep 17 00:00:00 2001 From: Martin Porwoll Date: Mon, 16 Feb 2026 11:17:11 +0000 Subject: [PATCH] refactor(pages): remove fixed hero group from Pages collection Hero content is now handled via HeroBlock/HeroSliderBlock in the flexible layout blocks system, giving editors full control. Co-Authored-By: Claude Opus 4.6 --- src/collections/Pages.ts | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/src/collections/Pages.ts b/src/collections/Pages.ts index d7afe97..3869a35 100644 --- a/src/collections/Pages.ts +++ b/src/collections/Pages.ts @@ -76,27 +76,6 @@ export const Pages: CollectionConfig = { description: 'URL-Pfad (z.B. "ueber-uns" / "about-us")', }, }, - { - name: 'hero', - type: 'group', - fields: [ - { - name: 'image', - type: 'upload', - relationTo: 'media', - }, - { - name: 'headline', - type: 'text', - localized: true, - }, - { - name: 'subline', - type: 'textarea', - localized: true, - }, - ], - }, { name: 'layout', type: 'blocks',