anime-info
Version:
Plugin intended to collect informing of anime characters through the fandow wiki
40 lines (39 loc) • 681 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var option = [
'name',
'description',
'sex',
'birthday',
'height',
'weight',
'alias',
'race',
'death',
'address',
'occupation',
'relatives',
'photo',
'appears',
'transformation'
];
exports.defaultOptionFieldsDragonBall = {
exclude: [],
only: [
'name',
'description',
'sex',
'birthday',
'height',
'weight',
'alias',
'race',
'death',
'address',
'occupation',
'relatives',
'photo',
'appears',
'transformation'
]
};