hinzufügen von BLS cal
This commit is contained in:
@ -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',
|
||||
}),
|
||||
|
@ -1 +1 @@
|
||||
export const defaultBaseUrl = 'https://app.cal.com'
|
||||
export const defaultBaseUrl = 'https://cal.bls.media'
|
||||
|
@ -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,
|
||||
|
@ -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
2
pnpm-lock.yaml
generated
@ -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':
|
||||
|
Reference in New Issue
Block a user