- aggiornamento Cataloghi
- Gestione delle versioni del prodotto ("Nuovi","Usati","Epub", ecc..)
This commit is contained in:
@@ -157,6 +157,7 @@ export interface IMyElem {
|
||||
styleadd?: string
|
||||
list?: IImgGallery[]
|
||||
listcards?: IMyCard[]
|
||||
catalogo?: ICatalogo
|
||||
elemsText?: IElemText[]
|
||||
}
|
||||
|
||||
@@ -637,6 +638,16 @@ export interface IMyCard {
|
||||
colorsub?: string
|
||||
}
|
||||
|
||||
export interface ICatalogo {
|
||||
//++AddCATALOGO_FIELDS
|
||||
productTypes: number[]
|
||||
excludeproductTypes: number[]
|
||||
formato: string[]
|
||||
Categoria: string[]
|
||||
Editore: string[]
|
||||
}
|
||||
|
||||
|
||||
export interface IGallery {
|
||||
_id?: string
|
||||
author_username?: string
|
||||
|
||||
Reference in New Issue
Block a user