Webpage Editor functionality
This commit is contained in:
@@ -114,6 +114,7 @@ export interface IMyBot {
|
||||
export interface IMyElem {
|
||||
_id?: string
|
||||
type?: number
|
||||
path?: string
|
||||
title?: string
|
||||
container?: string
|
||||
container2?: string
|
||||
@@ -123,11 +124,11 @@ export interface IMyElem {
|
||||
ratio?: string
|
||||
containerHtml?: string
|
||||
size?: string
|
||||
order?: string
|
||||
width?: string
|
||||
height?: string
|
||||
heightimg?: string
|
||||
widthimg?: string
|
||||
order?: number
|
||||
width?: number
|
||||
height?: number
|
||||
heightimg?: number
|
||||
widthimg?: number
|
||||
link?: string
|
||||
onlyif_logged?: boolean
|
||||
active?: boolean
|
||||
|
||||
Reference in New Issue
Block a user