Animations, Policy, Toolbar Colors
This commit is contained in:
@@ -7,5 +7,8 @@
|
|||||||
"path": "../../../newfreeplanet"
|
"path": "../../../newfreeplanet"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"settings": {}
|
"settings": {
|
||||||
|
"search.useIgnoreFiles": true,
|
||||||
|
"search.useParentIgnoreFiles": true
|
||||||
|
}
|
||||||
}
|
}
|
||||||
@@ -123,11 +123,15 @@ active: {
|
|||||||
class4: {
|
class4: {
|
||||||
type: String,
|
type: String,
|
||||||
},
|
},
|
||||||
class_anim: {
|
anim: {
|
||||||
type: String,
|
name: { type: String},
|
||||||
|
clduration: { type: String},
|
||||||
|
cldelay: { type: String},
|
||||||
},
|
},
|
||||||
class_anim2: {
|
anim2: {
|
||||||
type: String,
|
name: { type: String},
|
||||||
|
clduration: { type: String},
|
||||||
|
cldelay: { type: String},
|
||||||
},
|
},
|
||||||
styleadd: {
|
styleadd: {
|
||||||
type: String,
|
type: String,
|
||||||
|
|||||||
@@ -95,12 +95,28 @@ const SiteSchema = new Schema({
|
|||||||
keywords: {
|
keywords: {
|
||||||
type: String,
|
type: String,
|
||||||
},
|
},
|
||||||
|
confpages: {
|
||||||
|
font: { type: String },
|
||||||
|
col_toolbar: { type: String },
|
||||||
|
col_bgfooter: { type: String },
|
||||||
|
},
|
||||||
confsite: {
|
confsite: {
|
||||||
options: { // ConfSite
|
options: { // ConfSite
|
||||||
type: Number,
|
type: Number,
|
||||||
default: 0,
|
default: 0,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
policy: {
|
||||||
|
show: { type: Boolean },
|
||||||
|
owneremail: { type: String },
|
||||||
|
siteName: { type: String },
|
||||||
|
ownerDataName: { type: String },
|
||||||
|
managerData: { type: String },
|
||||||
|
includeData: { type: String },
|
||||||
|
url: { type: String },
|
||||||
|
lastdataupdate: { type: String },
|
||||||
|
country: { type: String },
|
||||||
|
},
|
||||||
contacts: {
|
contacts: {
|
||||||
facebook: { type: String },
|
facebook: { type: String },
|
||||||
instagram: { type: String },
|
instagram: { type: String },
|
||||||
@@ -111,6 +127,12 @@ const SiteSchema = new Schema({
|
|||||||
email: { type: String },
|
email: { type: String },
|
||||||
address: { type: String },
|
address: { type: String },
|
||||||
map: { type: String },
|
map: { type: String },
|
||||||
|
info2: { type: String },
|
||||||
|
cell: { type: String },
|
||||||
|
},
|
||||||
|
footer_mobile: {
|
||||||
|
show_buttHome: { type: Boolean },
|
||||||
|
show_profile: { type: Boolean },
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user