2
0

hinzufügen von BLS cal

This commit is contained in:
2024-09-12 13:54:09 +02:00
parent d94562fc0d
commit e26f7b4cf0
5 changed files with 6 additions and 6 deletions

View File

@ -4,7 +4,7 @@ import { defaultBaseUrl } from './constants'
export const baseOptions = option.object({
baseUrl: option.string.layout({
label: 'Base origin',
placeholder: 'https://cal.com',
placeholder: 'https://cal.bls.media',
defaultValue: defaultBaseUrl,
accordion: 'Customize host',
}),

View File

@ -1 +1 @@
export const defaultBaseUrl = 'https://app.cal.com'
export const defaultBaseUrl = 'https://cal.bls.media'

View File

@ -4,8 +4,8 @@ import { bookEvent } from './actions/bookEvent'
import { baseOptions } from './baseOptions'
export const calComBlock = createBlock({
id: 'cal-com',
name: 'Cal.com',
id: 'bls-cal',
name: 'BLS cal',
tags: ['calendar', 'scheduling', 'meetings'],
LightLogo: CalComLogo,
options: baseOptions,

View File

@ -1,5 +1,5 @@
{
"name": "@typebot.io/cal-com-block",
"name": "@typebot.io/bls-cal-block",
"version": "1.0.0",
"description": "",
"main": "index.ts",

2
pnpm-lock.yaml generated
View File

@ -1701,7 +1701,7 @@ importers:
'@typebot.io/anthropic-block':
specifier: workspace:*
version: link:../blocks/anthropic
'@typebot.io/cal-com-block':
'@typebot.io/bls-cal-block':
specifier: workspace:*
version: link:../blocks/calCom
'@typebot.io/chat-node-block':