Updated riso.app with Site Configuration Parameter
This commit is contained in:
@@ -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 },
|
||||
|
||||
Reference in New Issue
Block a user