diff --git a/blocks/blocks/condition.ts b/blocks/blocks/condition.ts index 78f4215ab..ef8e4846d 100644 --- a/blocks/blocks/condition.ts +++ b/blocks/blocks/condition.ts @@ -29,6 +29,21 @@ export const ConditionBlock: BlockConfig = { subBlocks: [ { id: 'if', + title: 'if', + type: 'code', + layout: 'full', + outputHandle: true, + }, + { + id: 'else-if', + title: 'else if', + type: 'code', + layout: 'full', + outputHandle: true, + }, + { + id: 'else', + title: 'else', type: 'code', layout: 'full', outputHandle: true,