Web Editor home made
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user