20 lines
338 B
JSON
20 lines
338 B
JSON
{
|
|
"cardTypes": {
|
|
"deck": {
|
|
"inputs": {
|
|
"name": "text",
|
|
"keywords": "text",
|
|
"text": "textarea",
|
|
"flavor": "textarea",
|
|
"artist": "text",
|
|
"hp": "number",
|
|
"image": "image"
|
|
},
|
|
"hide": {
|
|
"hpMark": "hp",
|
|
"keywordBox": "keywords"
|
|
}
|
|
}
|
|
}
|
|
}
|