- inizio di modifiche all'editor di Pagine Web

This commit is contained in:
Surya Paolo
2025-09-05 01:05:36 +02:00
parent 574f389200
commit 63d0f865fd
55 changed files with 5356 additions and 3600 deletions

View File

@@ -194,6 +194,8 @@ export interface IMyElem {
elemsText?: IElemText[]
titleBanner?: string
classBanner?: string
color?: string
children?: any[]
}
export interface IElemText {
@@ -236,6 +238,7 @@ export interface IMyPage {
elemsText?: IElemText[]
onlyif_logged?: boolean
only_residenti?: boolean
only_admin?: boolean
only_consiglio?: boolean
only_collab?: boolean
submenu?: boolean
@@ -479,6 +482,7 @@ export interface ISelector {
}
export interface IGlobalState {
finishLoading: boolean
updateMenu: boolean
showHeader?: boolean
inStampa?: boolean
conta: number