From 4e7652bb9a8150f8e8f2bd83b7a58d8f1fc735bd Mon Sep 17 00:00:00 2001 From: ray Date: Thu, 21 Jul 2022 12:53:22 +0100 Subject: [PATCH] only allow inserting into red-orbital block --- src/block.json | 1 + 1 file changed, 1 insertion(+) diff --git a/src/block.json b/src/block.json index bd823d0..4b0980f 100644 --- a/src/block.json +++ b/src/block.json @@ -14,6 +14,7 @@ "editorScript": "file:./index.js", "editorStyle": "file:./index.css", "style": "file:./style-index.css", + "parent": ["red-block/red-orbital"], "attributes": { "imgSrc": { "type": "string",