From ed657c62099c7732b01e7e0cd9c9576166128720 Mon Sep 17 00:00:00 2001 From: Matthias Pfefferle Date: Sun, 8 Dec 2024 12:03:40 +0100 Subject: [PATCH] small change --- src/editor-plugin/block.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/editor-plugin/block.json b/src/editor-plugin/block.json index 22cf5cc..119a62d 100644 --- a/src/editor-plugin/block.json +++ b/src/editor-plugin/block.json @@ -3,7 +3,6 @@ "title": "Editor Plugin: not a block, but block.json is very useful.", "category": "widgets", "icon": "admin-comments", - "keywords": [ - ], + "keywords": [], "editorScript": "file:./plugin.js" }