fix(SW-438): add ContentCard, ScriptedCard and Shortcuts to ContentPage sidebar
This commit is contained in:
@@ -13,8 +13,11 @@ export namespace ContentPageEnum {
|
||||
|
||||
export const enum sidebar {
|
||||
Content = "ContentPageSidebarContent",
|
||||
ContentCard = "ContentPageSidebarContentCard",
|
||||
DynamicContent = "ContentPageSidebarDynamicContent",
|
||||
JoinLoyaltyContact = "ContentPageSidebarJoinLoyaltyContact",
|
||||
ScriptedCard = "ContentPageSidebarScriptedCard",
|
||||
QuickLinks = "ContentPageSidebarShortcuts",
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,7 +1,10 @@
|
||||
export namespace SidebarEnums {
|
||||
export const enum blocks {
|
||||
Content = "Content",
|
||||
ContentCard = "ContentCard",
|
||||
DynamicContent = "DynamicContent",
|
||||
JoinLoyaltyContact = "JoinLoyaltyContact",
|
||||
ScriptedCard = "ScriptedCard",
|
||||
Shortcuts = "Shortcuts",
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user