- Continuazione del Catalogo
This commit is contained in:
@@ -53,6 +53,20 @@ const catalogo = new Schema(
|
||||
excludeproductTypes: [{ type: Number }],
|
||||
Editore: [{ type: String }],
|
||||
pdf: { type: Boolean },
|
||||
printable: { type: Boolean },
|
||||
backgroundimage: { type: String },
|
||||
backgroundimage_printable: { type: String },
|
||||
widthpag: { type: Number },
|
||||
widthpagPrintable: { type: Number },
|
||||
width: { type: String },
|
||||
widthscheda: { type: String },
|
||||
height: { type: String },
|
||||
numschede_perRiga: { type: Number },
|
||||
numschede_perCol: { type: Number },
|
||||
margine_pagina: { type: String },
|
||||
margine_riga: { type: String },
|
||||
margine_paginaPrintable: { type: String },
|
||||
margine_rigaPrintable: { type: String },
|
||||
// formato: [{ type: String, default: '' }],
|
||||
// categoria: [{ type: String, default: '' }],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user