mirror of
https://github.com/wekan/wekan.git
synced 2026-02-17 13:38:07 +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
|
|
@ -758,11 +758,12 @@ Utils = {
|
|||
},
|
||||
|
||||
setCustomUI(data) {
|
||||
const productName = (data && data.productName) ? data.productName : 'Wekan';
|
||||
const currentBoard = Utils.getCurrentBoard();
|
||||
if (currentBoard) {
|
||||
document.title = `${currentBoard.title} - ${data.productName}`;
|
||||
document.title = `${currentBoard.title} - ${productName}`;
|
||||
} else {
|
||||
document.title = `${data.productName}`;
|
||||
document.title = productName;
|
||||
}
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue