Remade the title block to be multi-purpose and added the facebook widget
This commit was merged in pull request #15.
This commit is contained in:
@@ -7,7 +7,8 @@ import { carouselBlockSchema } from "../components/blocks/carousel";
|
||||
import { headerSchema } from "../components/layout/header";
|
||||
import { footerSchema } from "../components/layout/footer";
|
||||
import { richTextTemplates } from "../components/inline/inline-definitions";
|
||||
import { mainTitleBlockSchema } from "../components/blocks/main-title";
|
||||
import { titleBlockSchema } from "../components/blocks/title";
|
||||
import { facebookPageTimelineBlockSchema } from "../components/blocks/facebook-page-timeline";
|
||||
|
||||
const config = defineConfig({
|
||||
clientId: process.env.NEXT_PUBLIC_TINA_CLIENT_ID!,
|
||||
@@ -157,7 +158,8 @@ const config = defineConfig({
|
||||
contentBlockSchema,
|
||||
testimonialBlockSchema,
|
||||
carouselBlockSchema,
|
||||
mainTitleBlockSchema
|
||||
titleBlockSchema,
|
||||
facebookPageTimelineBlockSchema
|
||||
]
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user