Add google tasks preset (#63)

This commit is contained in:
Lin, Yong Xiang 2023-01-30 19:12:14 +08:00 committed by GitHub
parent 3ec5caf330
commit 880d4c975c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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