mirror of
https://github.com/wekan/wekan.git
synced 2026-02-21 07:24:07 +01:00
Merge branch 'main' into feature/reactive-cache-async-migration
This commit is contained in:
commit
5212f3beb3
328 changed files with 15124 additions and 3392 deletions
|
|
@ -118,6 +118,34 @@ Settings.attachSchema(
|
|||
type: String,
|
||||
optional: true,
|
||||
},
|
||||
customHeadEnabled: {
|
||||
type: Boolean,
|
||||
optional: true,
|
||||
},
|
||||
customHeadMetaTags: {
|
||||
type: String,
|
||||
optional: true,
|
||||
},
|
||||
customHeadLinkTags: {
|
||||
type: String,
|
||||
optional: true,
|
||||
},
|
||||
customManifestEnabled: {
|
||||
type: Boolean,
|
||||
optional: true,
|
||||
},
|
||||
customManifestContent: {
|
||||
type: String,
|
||||
optional: true,
|
||||
},
|
||||
customAssetLinksEnabled: {
|
||||
type: Boolean,
|
||||
optional: true,
|
||||
},
|
||||
customAssetLinksContent: {
|
||||
type: String,
|
||||
optional: true,
|
||||
},
|
||||
accessibilityPageEnabled: {
|
||||
type: Boolean,
|
||||
optional: true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue