2
0
Files
cal/calcom/packages/ui/components/apps/_storybookData.ts
2024-08-09 00:39:27 +02:00

55 lines
1.2 KiB
TypeScript

import type { AppFrontendPayload as App } from "@calcom/types/App";
export const _SBApps: App[] = [
{
name: "Google Calendar",
description: "Google Calendar",
installed: true,
type: "google_calendar",
title: "Google Calendar",
variant: "calendar",
category: "calendar",
categories: ["calendar"],
logo: "/api/app-store/googlecalendar/icon.svg",
publisher: "BLS media",
slug: "google-calendar",
url: "https://bls.media/",
email: "hello@bls-media.de",
dirName: "googlecalendar",
},
{
name: "Zoom Video",
description: "Zoom Video",
type: "zoom_video",
categories: ["video"],
variant: "conferencing",
logo: "/api/app-store/zoomvideo/icon.svg",
publisher: "BLS media",
url: "https://zoom.us/",
category: "video",
slug: "zoom",
title: "Zoom Video",
email: "hello@bls-media.de",
appData: {
location: {
default: false,
linkType: "dynamic",
type: "integrations:zoom",
label: "Zoom Video",
},
},
dirName: "zoomvideo",
},
];
export const _SBAppCategoryList = [
{
name: "Calendar",
count: 1,
},
{
name: "Video",
count: 5,
},
];