Adam Goldsmith
933c275243
Should definitely have been smaller commits, but oh well, too lazy to split them up now important note: switched editor from XMLHttpRequest to fetch
21 lines
363 B
JSON
21 lines
363 B
JSON
{
|
|
"cardTypes": {
|
|
"deck": {
|
|
"meta": ["count"],
|
|
"inputs": {
|
|
"name": "text",
|
|
"keywords": "text",
|
|
"text": "textarea",
|
|
"flavor": "textarea",
|
|
"artist": "text",
|
|
"hp": "number",
|
|
"image": "image"
|
|
},
|
|
"hide": {
|
|
"hpMark": "hp",
|
|
"keywordBox": "keywords"
|
|
}
|
|
}
|
|
}
|
|
}
|