✨ Introducing The Forge (#1072)
The Forge allows anyone to easily create their own Typebot Block. Closes #380
This commit is contained in:
11
packages/forge/blocks/calCom/baseOptions.ts
Normal file
11
packages/forge/blocks/calCom/baseOptions.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
import { option } from '@typebot.io/forge'
|
||||
import { defaultBaseUrl } from './constants'
|
||||
|
||||
export const baseOptions = option.object({
|
||||
baseUrl: option.string.layout({
|
||||
label: 'Base origin',
|
||||
placeholder: 'https://cal.com',
|
||||
defaultValue: defaultBaseUrl,
|
||||
accordion: 'Customize host',
|
||||
}),
|
||||
})
|
||||
Reference in New Issue
Block a user