mirror of
https://github.com/wekan/wekan.git
synced 2026-02-17 05:28:06 +01:00
Admin Panel/Settings/Layout, for PWA: Custom head meta, link, icons, assetlinks.json, site.webmanifest.
Thanks to xet7 !
This commit is contained in:
parent
dace6b78c0
commit
b5a13f0206
16 changed files with 1016 additions and 3 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