ver 1.1.20:
- corretto campo foto che non compariva più. - sistemato i campi aggiuntivi e i richiesti. - migliorato la barra in alto di selezione. - aggiunto alcune icone.
This commit is contained in:
@@ -167,7 +167,7 @@ export interface IMyElem {
|
||||
styleadd?: string
|
||||
list?: IImgGallery[]
|
||||
listcards?: IMyCard[]
|
||||
catalogo?: ICatalogo
|
||||
catalogo?: IOptCatalogo
|
||||
elemsText?: IElemText[]
|
||||
titleBanner: string
|
||||
classBanner: string
|
||||
@@ -818,7 +818,7 @@ export interface ISchedaSingola {
|
||||
arrProdToShow?: IProduct[][][]
|
||||
}
|
||||
|
||||
export interface ICatalogo {
|
||||
export interface IOptCatalogo {
|
||||
//++AddCATALOGO_FIELDS
|
||||
productTypes?: number[]
|
||||
excludeproductTypes?: number[]
|
||||
@@ -1029,6 +1029,12 @@ export interface ISearchList {
|
||||
visible: boolean
|
||||
}
|
||||
|
||||
export interface IOptGrid {
|
||||
rowclass?: boolean
|
||||
widthcard?: string
|
||||
heightcard?: string
|
||||
}
|
||||
|
||||
export interface IFilter {
|
||||
label: string
|
||||
value: string
|
||||
|
||||
Reference in New Issue
Block a user