sito Terra Della Visione...3
Pagina Operatori
This commit is contained in:
@@ -59,7 +59,7 @@ const OperatorSchema = new Schema({
|
||||
facebook: {
|
||||
type: String,
|
||||
},
|
||||
info: {
|
||||
info: { // Biografia HTML
|
||||
type: String,
|
||||
},
|
||||
intro: {
|
||||
@@ -71,6 +71,12 @@ const OperatorSchema = new Schema({
|
||||
skype: {
|
||||
type: String,
|
||||
},
|
||||
showInTeam: {
|
||||
type: Boolean,
|
||||
},
|
||||
arrDisciplines: [{
|
||||
type: String,
|
||||
}],
|
||||
});
|
||||
|
||||
OperatorSchema.statics.getEmailByUsername = async function (idapp, username) {
|
||||
|
||||
Reference in New Issue
Block a user