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,
},
confpages: {
font: { type: String },
font: { type: String, default: '' },
col_toolbar: { type: String },
col_bgfooter: { type: String },
show_darkopt: { type: Boolean },
show_darkopt: { type: Boolean, default: true },
showButtHome: { type: Boolean },
showProfile: { type: Boolean },
showUserMenu: { type: Boolean },