11import type { Config } from "@puckeditor/core" ;
2- import { PageHeaderConfig } from "./components/puck/PageHeader" ;
3- import { CommitteeGridConfig } from "./components/puck/CommitteeGrid" ;
42import { HeaderContentConfig } from "./components/puck/HeaderContent" ;
53import { NavigationConfig } from "./components/puck/Navigation" ;
6- import { ContentConfig } from "./components/puck/Content" ;
74import { FooterConfig } from "./components/puck/Footer" ;
85import { TitleConfig } from "./components/puck/Title" ;
96import { ContainerConfig } from "./components/puck/Container" ;
@@ -23,7 +20,7 @@ export const config = {
2320 } ,
2421 content : {
2522 title : "Content" ,
26- components : [ "Title" , "Paragraph" , "BulletList" , "PageHeader" ] ,
23+ components : [ "Title" , "Paragraph" , "BulletList" ] ,
2724 } ,
2825 grid : {
2926 title : "Grids" ,
@@ -45,10 +42,7 @@ export const config = {
4542 components : {
4643 HeaderContent : HeaderContentConfig ,
4744 Navigation : NavigationConfig ,
48- Content : ContentConfig ,
4945 Footer : FooterConfig ,
50- CommitteeGrid : CommitteeGridConfig ,
51- PageHeader : PageHeaderConfig ,
5246 Title : TitleConfig ,
5347 Container : ContainerConfig ,
5448 Paragraph : ParagraphConfig ,
0 commit comments