cleaned up google tasks preset

This commit is contained in:
Ell 2023-01-30 12:12:56 +01:00
parent 880d4c975c
commit 256f00e727
3 changed files with 30 additions and 8 deletions

View file

@ -109,17 +109,17 @@ html > body > div:first-child > header:first-child > div > div:first-child > div
forceIframe: false,
customCss: ""
},
'google task': {
url: 'https://tasks.google.com/embed/?origin=https://calendar.google.com&fullWidth=1',
displayName: 'Google Task',
icon: 'list-checks',
"tasks": {
url: "https://tasks.google.com/embed/?origin=https://calendar.google.com&fullWidth=1",
displayName: "Google Tasks",
icon: "list-checks",
hideOnMobile: true,
addRibbonIcon: false,
openInCenter: false,
zoomLevel: 1,
forceIframe: false,
customCss: ''
}
customCss: ""
}
};
export interface CustomFramesSettings {

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long