CSS Animations
This commit is contained in:
@@ -100,7 +100,18 @@ const SiteSchema = new Schema({
|
||||
type: Number,
|
||||
default: 0,
|
||||
},
|
||||
}
|
||||
},
|
||||
contacts: {
|
||||
facebook: { type: String},
|
||||
instagram: { type: String},
|
||||
whatsapp: { type: String},
|
||||
whatsapp_home: { type: Boolean},
|
||||
telegram: { type: String},
|
||||
youtube: { type: String},
|
||||
email: { type: String},
|
||||
address: { type: String},
|
||||
map: { type: String},
|
||||
},
|
||||
});
|
||||
|
||||
var Site = module.exports = mongoose.model('Site', SiteSchema);
|
||||
|
||||
Reference in New Issue
Block a user