Webpage Editor functionality

This commit is contained in:
paoloar77
2022-11-10 19:32:56 +01:00
parent 2bd31200b4
commit 9fe37c9f3c
38 changed files with 1387 additions and 384 deletions

View File

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