feat(SW-439): add support for one column grid
This commit is contained in:
@@ -7,6 +7,7 @@ export namespace CardsGridEnum {
|
||||
}
|
||||
|
||||
export enum CardsGridLayoutEnum {
|
||||
ONE_COLUMN = "oneColumnGrid",
|
||||
TWO_COLUMNS = "twoColumnGrid",
|
||||
THREE_COLUMNS = "threeColumnGrid",
|
||||
TWO_PLUS_ONE = "twoPlusOne", // Not sure if this is used?
|
||||
|
||||
Reference in New Issue
Block a user