- Editor Pagine Elementi: Sezione, Righe, Colonne, Elementi. (rows, columns, elems)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user