This commit is contained in:
Surya Paolo
2022-11-12 11:52:20 +01:00
parent f3a2f2491e
commit 3c20038c68
79 changed files with 7630 additions and 37 deletions

View File

@@ -115,10 +115,12 @@ export interface IMyElem {
_id?: string
type?: number
path?: string
title?: string
img?: string
container?: string
container2?: string
container3?: string
align?: number
fit?: string
parambool?: boolean
parambool2?: boolean
parambool3?: boolean
@@ -130,8 +132,8 @@ export interface IMyElem {
order?: number
width?: number
height?: number
heightimg?: number
widthimg?: number
heightimg?: string
widthimg?: string
link?: string
onlyif_logged?: boolean
active?: boolean