- inizio di modifiche all'editor di Pagine Web
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user