feat(SW-216): added table to contentstack query for contentpage
This commit is contained in:
committed by
Pontus Dreij
parent
ee6a40a553
commit
ef411b4cf9
@@ -4,6 +4,7 @@ export namespace BlocksEnums {
|
||||
Content = "Content",
|
||||
DynamicContent = "DynamicContent",
|
||||
Shortcuts = "Shortcuts",
|
||||
Table = "Table",
|
||||
TextCols = "TextCols",
|
||||
TextContent = "TextContent",
|
||||
UspGrid = "UspGrid",
|
||||
|
||||
@@ -7,6 +7,7 @@ export namespace ContentPageEnum {
|
||||
Shortcuts = "ContentPageBlocksShortcuts",
|
||||
TextCols = "ContentPageBlocksTextCols",
|
||||
UspGrid = "ContentPageBlocksUspGrid",
|
||||
Table = "ContentPageBlocksTable",
|
||||
}
|
||||
|
||||
export const enum sidebar {
|
||||
|
||||
Reference in New Issue
Block a user