- Fix CImgTitle positioning
- CPreloadImage
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
export interface IEvents {
|
||||
time?: string
|
||||
duration?: number
|
||||
duration2?: number
|
||||
title?: string
|
||||
details?: string
|
||||
date?: string
|
||||
|
||||
@@ -79,6 +79,8 @@ export interface IListRoutes {
|
||||
component?: Component
|
||||
reqauth?: boolean
|
||||
inmenu?: boolean
|
||||
solotitle?: boolean
|
||||
infooter?: boolean
|
||||
submenu?: boolean
|
||||
// ------------------------
|
||||
faIcon?: string
|
||||
@@ -117,6 +119,7 @@ export interface IAllLang {
|
||||
es?: string
|
||||
enUs?: string
|
||||
fr?: string
|
||||
de?: string
|
||||
it?: string
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user