chore(SW-194): ContentPage Accordion
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
import type { FAQtype } from "@/server/routers/contentstack/schemas/blocks/accordion"
|
||||
|
||||
export type AccordionProps = {
|
||||
accordion: FAQtype["accordion"]["faq"]
|
||||
title?: string
|
||||
}
|
||||
@@ -5,7 +5,7 @@ export type HeaderProps = {
|
||||
href: string
|
||||
text: string
|
||||
}
|
||||
preamble: string | null
|
||||
preamble?: string | null
|
||||
textTransform?: HeadingProps["textTransform"]
|
||||
title: string | null
|
||||
topTitle?: boolean
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
export namespace BlocksEnums {
|
||||
export const enum block {
|
||||
Accordion = "Accordion",
|
||||
CardsGrid = "CardsGrid",
|
||||
Content = "Content",
|
||||
DynamicContent = "DynamicContent",
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
export namespace HotelPageEnum {
|
||||
export namespace ContentStack {
|
||||
export const enum blocks {
|
||||
Accordion = "HotelPageFaq",
|
||||
ActivitiesCard = "HotelPageContentUpcomingActivitiesCard",
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user