Updated riso.app with Site Configuration Parameter

This commit is contained in:
Surya Paolo
2022-11-29 00:10:36 +01:00
parent 1a2fde3524
commit 81cef28d27

View File

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