Accessibility statement. Part 1. In Progress.

Thanks to xet7 !
This commit is contained in:
Lauri Ojansivu 2024-12-02 14:17:58 +02:00
parent de2ddbe8b5
commit 729d8fb435
10 changed files with 231 additions and 2 deletions

View file

@ -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,