fixed CGallery 2

This commit is contained in:
Paolo Arena
2021-11-23 15:59:26 +01:00
parent e6ea3206a9
commit ea9822e5f6
8 changed files with 84 additions and 77 deletions

View File

@@ -369,7 +369,7 @@ export interface ITimeLineMain {
export interface IImgGallery {
_id?: string
imagefile: string
order?: number
// order?: number
alt?: string
description?: string
}