Skip to content

Commit 8068fd0

Browse files
🐛 fix compatibility with card mod
1 parent 026ef25 commit 8068fd0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/structs/config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ export const BaseCardConfig = object({
66
layout_options: any(),
77
grid_options: any(),
88
visibility: any(),
9+
card_mod: any(),
910
});
1011

1112
export type BaseCardConfig = Infer<typeof BaseCardConfig>;

0 commit comments

Comments
 (0)