aktualisierung für BLS cal Integration
This commit is contained in:
@ -446,7 +446,7 @@
|
||||
"richText": [
|
||||
{
|
||||
"type": "p",
|
||||
"children": [{ "text": "<INSERT YOUR CAL.COM BLOCK HERE>" }]
|
||||
"children": [{ "text": "<INSERT YOUR BLS-CAL BLOCK HERE>" }]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -8,7 +8,7 @@ export const bookEvent = createAction({
|
||||
options: option.object({
|
||||
link: option.string.layout({
|
||||
label: 'Event link',
|
||||
placeholder: 'https://cal.com/...',
|
||||
placeholder: 'https://cal.bls.media/...',
|
||||
}),
|
||||
layout: option
|
||||
.enum(['Month', 'Weekly', 'Columns'])
|
||||
|
@ -35,7 +35,7 @@ const main = async () => {
|
||||
name: () =>
|
||||
p.text({
|
||||
message: 'Integration name?',
|
||||
placeholder: 'Short name like: Sheets, Analytics, Cal.com',
|
||||
placeholder: 'Short name like: Sheets, Analytics, BLS cal',
|
||||
}),
|
||||
id: ({ results }) =>
|
||||
p.text({
|
||||
|
Reference in New Issue
Block a user