feat(SW-391): Changes after PR
This commit is contained in:
@@ -5,3 +5,9 @@ export namespace CardsGridEnum {
|
||||
TeaserCard = "TeaserCard",
|
||||
}
|
||||
}
|
||||
|
||||
export enum CardsGridLayoutEnum {
|
||||
TWO_COLUMNS = "twoColumnGrid",
|
||||
THREE_COLUMNS = "threeColumnGrid",
|
||||
TWO_PLUS_ONE = "twoPlusOne", // Not sure if this is used?
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user