- Continuazione del Catalogo

This commit is contained in:
Surya Paolo
2024-10-26 17:11:52 +02:00
parent 2ac1bc4b7d
commit 5dac17d1d1
8 changed files with 133 additions and 30 deletions

View File

@@ -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: '' }],
}