mirror of
https://github.com/wekan/wekan.git
synced 2026-01-29 20:56:09 +01:00
More translations. Added support page to Admin Panel / Settings / Layout.
Thanks to xet7 !
This commit is contained in:
parent
4227377449
commit
a7400dca45
14 changed files with 246 additions and 16 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue