- Le immagini uploadate non vengono visualizzate subito... cache... aggiungere la versione dell'immagine: vers_img
- Aggiunto il Server TESTRISO e TEST_PCB.
This commit is contained in:
@@ -149,6 +149,7 @@ export interface IMyElem {
|
||||
active?: boolean
|
||||
class?: string
|
||||
image?: string
|
||||
vers_img?: number
|
||||
class2?: string
|
||||
class3?: string
|
||||
class4?: string
|
||||
@@ -639,6 +640,7 @@ export interface ITimeLineMain {
|
||||
export interface IImgGallery {
|
||||
_id?: string
|
||||
imagefile: string
|
||||
vers_img: number
|
||||
// order?: number
|
||||
alt?: string
|
||||
description?: string
|
||||
@@ -647,6 +649,7 @@ export interface IImgGallery {
|
||||
export interface IMyCard {
|
||||
_id?: string
|
||||
imagefile?: string
|
||||
vers_img?: number
|
||||
alt?: string
|
||||
description?: string
|
||||
style?: string
|
||||
|
||||
Reference in New Issue
Block a user