@ -0,0 +1,12 @@
|
||||
import { defaultButtonLabel } from '../constants'
|
||||
import { PictureChoiceBlock } from './schema'
|
||||
|
||||
export const defaultPictureChoiceOptions = {
|
||||
buttonLabel: defaultButtonLabel,
|
||||
searchInputPlaceholder: 'Filter the options...',
|
||||
isMultipleChoice: false,
|
||||
isSearchable: false,
|
||||
dynamicItems: {
|
||||
isEnabled: false,
|
||||
},
|
||||
} as const satisfies PictureChoiceBlock['options']
|
Reference in New Issue
Block a user