- Fix CImgTitle positioning

- CPreloadImage
This commit is contained in:
Paolo Arena
2019-09-19 22:56:19 +02:00
parent 04f4a83d6c
commit 3459f00a3b
18 changed files with 208 additions and 86 deletions

View File

@@ -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
}