anime-info
Version:
Plugin intended to collect informing of anime characters through the fandow wiki
51 lines (50 loc) • 936 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var option = [
'abilities',
'abilities_description',
'affiliation',
'age',
'alias',
'birthday',
'blood_type',
'description',
'eye_color',
'gender',
'hair_color',
'height',
'japanese_voice',
'name',
'nen_type',
'occupation',
'relatives',
'photo',
'status',
'weight'
];
exports.defaultOptionFieldsHunterXHunter = {
exclude: [],
only: [
'name',
'description',
// 'sex',
'height',
'weight',
'alias',
'japanese_voice',
'gender',
'photo',
'age',
'birthday',
'eye_color',
'hair_color',
'blood_type',
'status',
'occupation',
'affiliation',
'relatives',
'abilities',
'nen_type',
'abilities_description'
]
};