ECommerce Ordini Email 1

This commit is contained in:
Paolo Arena
2021-03-30 02:23:38 +02:00
parent 678d8ecd6b
commit 0b4203067a
13 changed files with 202 additions and 14 deletions

View File

@@ -47,6 +47,12 @@ const MyPageSchema = new Schema({
onlyif_logged: {
type: Boolean,
},
only_residenti: {
type: Boolean,
},
color: {
type: String,
},
imgback: {
type: String,
},