✨ (logic) Add execute in parent window context for code block
This commit is contained in:
@@ -4,6 +4,7 @@ import { LogicBlockType, blockBaseSchema } from '../shared'
|
||||
export const codeOptionsSchema = z.object({
|
||||
name: z.string(),
|
||||
content: z.string().optional(),
|
||||
shouldExecuteInParentContext: z.boolean().optional(),
|
||||
})
|
||||
|
||||
export const codeBlockSchema = blockBaseSchema.and(
|
||||
|
||||
Reference in New Issue
Block a user