- Creazione di un Nuovo Catalogo (e la sua relativa pagina), a partire da un modello ed un catalogo esistente.
- Aggiunta dei bottoni sul Ccatalogocard
This commit is contained in:
@@ -2,6 +2,13 @@ import type { IImg } from "./GlobalStore"
|
||||
import type { ICollana, IProduct } from "./Products"
|
||||
|
||||
|
||||
export interface INewCatalog {
|
||||
title: string
|
||||
path: string
|
||||
idPageTemplate: string
|
||||
idCatalogToCopy?: string
|
||||
}
|
||||
|
||||
export interface ICatalog {
|
||||
_id: string
|
||||
idapp: string
|
||||
@@ -11,7 +18,7 @@ export interface ICatalog {
|
||||
idCollane?: string[]
|
||||
argomenti?: string[]
|
||||
idTipoFormato?: number[]
|
||||
condition_andor: number,
|
||||
condition_andor?: number,
|
||||
editore?: string[]
|
||||
editore_escludi?: string[]
|
||||
collana_info?: ICollana
|
||||
|
||||
@@ -513,7 +513,7 @@ export interface IGlobalState {
|
||||
gallery: IGallery[],
|
||||
mypage: IMyPage[],
|
||||
myelems: IMyElem[],
|
||||
lista_cron: IListaCron[],
|
||||
lista_cron?: IListaCron[],
|
||||
myschedas: ISchedaSingola[],
|
||||
templemail: ITemplEmail[],
|
||||
destnewsletter?: IDestNewsletter[],
|
||||
|
||||
Reference in New Issue
Block a user