Home Page With Element ! (Modular)

Arcadei Project...
Inscription
This commit is contained in:
paoloar77
2022-10-28 17:07:13 +02:00
parent 8e3ada35ea
commit 2399124a33
45 changed files with 2651 additions and 299 deletions

View File

@@ -113,13 +113,27 @@ export interface IMyBot {
export interface IMyElem {
_id?: string
type?: string
type?: number
title?: string
container?: string
container2?: string
container3?: string
number?: number
imgback?: string
ratio?: string
containerHtml?: string
size?: string
order?: string
width?: string
height?: string
heightimg?: string
widthimg?: string
link?: string
onlyif_logged?: boolean
active?: boolean
class?: string
styleadd?: string
list?: IImgGallery[]
}
@@ -300,6 +314,7 @@ export interface IGlobalState {
newstosent: INewsToSent[],
gallery: IGallery[],
mypage: IMyPage[],
myelems: IMyElem[],
templemail: ITemplEmail[],
opzemail: ISettings[],
mailinglist: IMailinglist[],
@@ -822,7 +837,7 @@ export interface IProvince {
link_grp: string
}
export interface IMySkill extends IMyMain{
export interface IMySkill extends IMyMain {
_id: number
idSector: number
idSkill: number
@@ -834,7 +849,7 @@ export interface IMySkill extends IMyMain{
NumLevel: number
adType: number
note: string
//**ADDFIELD_MYSKILL
// **ADDFIELD_MYSKILL
website: string
descr: string
date_created?: Date,
@@ -847,7 +862,7 @@ export interface IMyMain {
pub_to_share?: number
}
export interface IMyGoods extends IMyMain{
export interface IMyGoods extends IMyMain {
_id: number
idSector: number
idSkill: number
@@ -860,7 +875,7 @@ export interface IMyGoods extends IMyMain{
NumLevel: number
adType: number
note: string
//**ADDFIELD_MYSKILL
// **ADDFIELD_MYSKILL
website: string
descr: string
date_created?: Date,
@@ -881,7 +896,7 @@ export interface IMyBacheca extends IMyMain {
NumLevel: number
adType: number
note: string
//**ADDFIELD_MYBACHECAS
// **ADDFIELD_MYBACHECAS
website: string
descr: string
date_created?: Date,