mirror of
https://github.com/complexcaresolutions/cms.c2sgmbh.git
synced 2026-03-17 19:44:12 +00:00
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 <noreply@anthropic.com>
This commit is contained in:
parent
9f7a9ad558
commit
8abf3a346e
1 changed files with 0 additions and 21 deletions
|
|
@ -76,27 +76,6 @@ export const Pages: CollectionConfig = {
|
||||||
description: 'URL-Pfad (z.B. "ueber-uns" / "about-us")',
|
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',
|
name: 'layout',
|
||||||
type: 'blocks',
|
type: 'blocks',
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue