From 45d6d9e8e3adeab5fe58a00532232100a00a725f Mon Sep 17 00:00:00 2001 From: Artur Arseniev Date: Thu, 21 Mar 2024 20:48:16 +0400 Subject: [PATCH] Support mixed block content TS. Closes #5768 --- src/block_manager/model/Block.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/block_manager/model/Block.ts b/src/block_manager/model/Block.ts index 7bdfed543..b3414c60e 100644 --- a/src/block_manager/model/Block.ts +++ b/src/block_manager/model/Block.ts @@ -14,7 +14,7 @@ export interface BlockProperties { /** * The content of the block. Might be an HTML string or a [Component Defintion](/modules/Components.html#component-definition) */ - content: string | ComponentDefinition; + content: string | ComponentDefinition | (string | ComponentDefinition)[]; /** * HTML string for the media/icon of the block, eg. `