feat(SW-66, SW-348): search functionality and ui
This commit is contained in:
17
types/enums/contentPage.ts
Normal file
17
types/enums/contentPage.ts
Normal file
@@ -0,0 +1,17 @@
|
||||
export namespace ContentPageEnum {
|
||||
export namespace ContentStack {
|
||||
export const enum blocks {
|
||||
CardsGrid = "ContentPageBlocksCardsGrid",
|
||||
Content = "ContentPageBlocksContent",
|
||||
DynamicContent = "ContentPageBlocksDynamicContent",
|
||||
Shortcuts = "ContentPageBlocksShortcuts",
|
||||
TextCols = "ContentPageBlocksTextCols",
|
||||
}
|
||||
|
||||
export const enum sidebar {
|
||||
Content = "ContentPageSidebarContent",
|
||||
DynamicContent = "ContentPageSidebarDynamicContent",
|
||||
JoinLoyaltyContact = "ContentPageSidebarJoinLoyaltyContact",
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user