- Editor Pagine Elementi: Sezione, Righe, Colonne, Elementi. (rows, columns, elems)

This commit is contained in:
Surya Paolo
2025-09-08 01:02:32 +02:00
parent 63d0f865fd
commit cb0c26a43c
19 changed files with 1915 additions and 412 deletions

View File

@@ -148,6 +148,7 @@ export interface IMyElem {
type?: number
path?: string
idPage?: string
idElemParent?: string
img?: string
container?: string
container2?: string
@@ -195,7 +196,9 @@ export interface IMyElem {
titleBanner?: string
classBanner?: string
color?: string
children?: any[]
rows?: any[]
columns?: any[]
elems?: any[]
}
export interface IElemText {