11
packages/schemas/features/blocks/inputs/phone/constants.ts
Normal file
11
packages/schemas/features/blocks/inputs/phone/constants.ts
Normal file
@ -0,0 +1,11 @@
|
||||
import { defaultButtonLabel } from '../constants'
|
||||
import { PhoneNumberInputBlock } from './schema'
|
||||
|
||||
export const defaultPhoneInputOptions = {
|
||||
labels: {
|
||||
button: defaultButtonLabel,
|
||||
placeholder: 'Type your phone number...',
|
||||
},
|
||||
retryMessageContent:
|
||||
"This phone number doesn't seem to be valid. Can you type it again?",
|
||||
} as const satisfies PhoneNumberInputBlock['options']
|
Reference in New Issue
Block a user