⚡ (audio) Add autoplay switch in settings
This commit is contained in:
@ -4,6 +4,7 @@ import { BubbleBlockType } from './enums'
|
||||
|
||||
export const audioBubbleContentSchema = z.object({
|
||||
url: z.string().optional(),
|
||||
isAutoplayEnabled: z.boolean().optional(),
|
||||
})
|
||||
|
||||
export const audioBubbleBlockSchema = blockBaseSchema.merge(
|
||||
|
Reference in New Issue
Block a user