More translations. Added support page to Admin Panel / Settings / Layout.

Thanks to xet7 !
This commit is contained in:
Lauri Ojansivu 2025-12-22 22:24:10 +02:00
parent 4227377449
commit a7400dca45
14 changed files with 246 additions and 16 deletions

View file

@ -130,6 +130,28 @@ Settings.attachSchema(
type: String,
optional: true,
},
supportPopupText: {
type: String,
optional: true,
},
supportPageEnabled: {
type: Boolean,
optional: true,
defaultValue: false,
},
supportPagePublic: {
type: Boolean,
optional: true,
defaultValue: false,
},
supportTitle: {
type: String,
optional: true,
},
supportPageText: {
type: String,
optional: true,
},
createdAt: {
type: Date,
denyUpdate: true,