mirror of
https://github.com/wekan/wekan.git
synced 2025-09-22 01:50:48 +02:00
Accessibility statement. Part 1. In Progress.
Thanks to xet7 !
This commit is contained in:
parent
de2ddbe8b5
commit
729d8fb435
10 changed files with 231 additions and 2 deletions
|
@ -117,6 +117,19 @@ Settings.attachSchema(
|
|||
type: String,
|
||||
optional: true,
|
||||
},
|
||||
accessibilityPageEnabled: {
|
||||
type: Boolean,
|
||||
optional: true,
|
||||
defaultValue: false,
|
||||
},
|
||||
accessibilityTitle: {
|
||||
type: String,
|
||||
optional: true,
|
||||
},
|
||||
accessibilityContent: {
|
||||
type: String,
|
||||
optional: true,
|
||||
},
|
||||
createdAt: {
|
||||
type: Date,
|
||||
denyUpdate: true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue