HTML Editor go on

This commit is contained in:
Surya Paolo
2022-11-13 22:39:25 +01:00
parent 5076d72523
commit 711f1b515d
35 changed files with 3684 additions and 1663 deletions

View File

@@ -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