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