Merged in feat/SW-1584-destination-content-blocks (pull request #1278)

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
This commit is contained in:
Erik Tiekstra
2025-02-10 09:28:32 +00:00
parent 918887a63f
commit eb0b88f8ea
18 changed files with 546 additions and 33 deletions

View File

@@ -0,0 +1,8 @@
export namespace DestinationCountryPageEnum {
export namespace ContentStack {
export const enum blocks {
Accordion = "DestinationCountryPageBlocksAccordion",
Content = "DestinationCountryPageBlocksContent",
}
}
}