HTML Editor go on
This commit is contained in:
@@ -119,6 +119,7 @@ export interface IMyElem {
|
||||
container?: string
|
||||
container2?: string
|
||||
container3?: string
|
||||
span?: boolean
|
||||
align?: number
|
||||
fit?: string
|
||||
parambool?: boolean
|
||||
@@ -138,9 +139,11 @@ export interface IMyElem {
|
||||
onlyif_logged?: boolean
|
||||
active?: boolean
|
||||
class?: string
|
||||
image?: string
|
||||
class2?: string
|
||||
styleadd?: string
|
||||
list?: IImgGallery[]
|
||||
|
||||
listcards?: IMyCard[]
|
||||
}
|
||||
|
||||
export interface IMyPage {
|
||||
@@ -488,6 +491,16 @@ export interface IImgGallery {
|
||||
description?: string
|
||||
}
|
||||
|
||||
export interface IMyCard {
|
||||
imagefile?: string
|
||||
alt?: string
|
||||
description?: string
|
||||
size?: string
|
||||
color?: string
|
||||
content?: string
|
||||
colorsub?: string
|
||||
}
|
||||
|
||||
export interface IGallery {
|
||||
_id?: string
|
||||
author_username?: string
|
||||
|
||||
Reference in New Issue
Block a user