Web Editor home made

This commit is contained in:
Surya Paolo
2022-11-17 08:10:43 +01:00
parent 711f1b515d
commit 495abc33be
77 changed files with 1742 additions and 1771 deletions

View File

@@ -141,6 +141,7 @@ export interface IMyElem {
class?: string
image?: string
class2?: string
class3?: string
styleadd?: string
list?: IImgGallery[]
listcards?: IMyCard[]
@@ -210,6 +211,8 @@ export interface ISites {
telegram_support_chat?: string
pathreg_add?: string
confsite: IOption
description?: string
keywords?: string
}
export interface INewsToSent {
@@ -357,6 +360,8 @@ export interface IGlobalState {
datastat?: INotData
site?: ISites,
mygroups: IMyGroup[],
selElem?: IMyElem,
editOn?: boolean,
}
export interface IMenuList {
@@ -492,9 +497,11 @@ export interface IImgGallery {
}
export interface IMyCard {
_id?: string
imagefile?: string
alt?: string
description?: string
style?: string
size?: string
color?: string
content?: string