Feat/SW-1584 destination content blocks * feat(SW-1584): Added accordion and content blocks to destination city pages * feat(SW-1584): Added accordion and content blocks to destination country pages Approved-by: Matilda Landström
9 lines
228 B
TypeScript
9 lines
228 B
TypeScript
export namespace DestinationCityPageEnum {
|
|
export namespace ContentStack {
|
|
export const enum blocks {
|
|
Accordion = "DestinationCityPageBlocksAccordion",
|
|
Content = "DestinationCityPageBlocksContent",
|
|
}
|
|
}
|
|
}
|