Updated riso.app with Site Configuration Parameter
This commit is contained in:
@@ -96,10 +96,10 @@ const SiteSchema = new Schema({
|
|||||||
type: String,
|
type: String,
|
||||||
},
|
},
|
||||||
confpages: {
|
confpages: {
|
||||||
font: { type: String },
|
font: { type: String, default: '' },
|
||||||
col_toolbar: { type: String },
|
col_toolbar: { type: String },
|
||||||
col_bgfooter: { type: String },
|
col_bgfooter: { type: String },
|
||||||
show_darkopt: { type: Boolean },
|
show_darkopt: { type: Boolean, default: true },
|
||||||
showButtHome: { type: Boolean },
|
showButtHome: { type: Boolean },
|
||||||
showProfile: { type: Boolean },
|
showProfile: { type: Boolean },
|
||||||
showUserMenu: { type: Boolean },
|
showUserMenu: { type: Boolean },
|
||||||
|
|||||||
Reference in New Issue
Block a user