Add google tasks preset

This commit is contained in:
Lin, Yong Xiang 2022-11-13 08:36:08 +08:00
parent 72c14f63d7
commit b23bbe39d3

View file

@ -108,7 +108,18 @@ html > body > div:first-child > header:first-child > div > div:first-child > div
zoomLevel: 1, zoomLevel: 1,
forceIframe: false, forceIframe: false,
customCss: "" 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 { export interface CustomFramesSettings {