mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-14 08:39:17 +00:00
editor: misc fixes for variants (#517)
Co-authored-by: Avior <git@avior.me>
This commit is contained in:
@ -11,7 +11,12 @@ const card: Card = {
|
||||
illustrator: "Ken Sugimori",
|
||||
rarity: "Classic Collection",
|
||||
category: "Trainer",
|
||||
trainerType: "Supporter"
|
||||
trainerType: "Supporter",
|
||||
|
||||
variants: {
|
||||
reverse: false,
|
||||
normal: false
|
||||
}
|
||||
}
|
||||
|
||||
export default card
|
||||
|
Reference in New Issue
Block a user