hinzufügen von BLS cal
This commit is contained in:
@ -4,7 +4,7 @@ import { defaultBaseUrl } from './constants'
|
|||||||
export const baseOptions = option.object({
|
export const baseOptions = option.object({
|
||||||
baseUrl: option.string.layout({
|
baseUrl: option.string.layout({
|
||||||
label: 'Base origin',
|
label: 'Base origin',
|
||||||
placeholder: 'https://cal.com',
|
placeholder: 'https://cal.bls.media',
|
||||||
defaultValue: defaultBaseUrl,
|
defaultValue: defaultBaseUrl,
|
||||||
accordion: 'Customize host',
|
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'
|
import { baseOptions } from './baseOptions'
|
||||||
|
|
||||||
export const calComBlock = createBlock({
|
export const calComBlock = createBlock({
|
||||||
id: 'cal-com',
|
id: 'bls-cal',
|
||||||
name: 'Cal.com',
|
name: 'BLS cal',
|
||||||
tags: ['calendar', 'scheduling', 'meetings'],
|
tags: ['calendar', 'scheduling', 'meetings'],
|
||||||
LightLogo: CalComLogo,
|
LightLogo: CalComLogo,
|
||||||
options: baseOptions,
|
options: baseOptions,
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"name": "@typebot.io/cal-com-block",
|
"name": "@typebot.io/bls-cal-block",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"description": "",
|
"description": "",
|
||||||
"main": "index.ts",
|
"main": "index.ts",
|
||||||
|
2
pnpm-lock.yaml
generated
2
pnpm-lock.yaml
generated
@ -1701,7 +1701,7 @@ importers:
|
|||||||
'@typebot.io/anthropic-block':
|
'@typebot.io/anthropic-block':
|
||||||
specifier: workspace:*
|
specifier: workspace:*
|
||||||
version: link:../blocks/anthropic
|
version: link:../blocks/anthropic
|
||||||
'@typebot.io/cal-com-block':
|
'@typebot.io/bls-cal-block':
|
||||||
specifier: workspace:*
|
specifier: workspace:*
|
||||||
version: link:../blocks/calCom
|
version: link:../blocks/calCom
|
||||||
'@typebot.io/chat-node-block':
|
'@typebot.io/chat-node-block':
|
||||||
|
Reference in New Issue
Block a user