From 3bb0f1bee5110f447e6c315459b638940848bf31 Mon Sep 17 00:00:00 2001 From: bangank36 Date: Fri, 26 May 2023 22:26:26 +0700 Subject: [PATCH] - Fix the override --- src/handlers/github.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/handlers/github.js b/src/handlers/github.js index 56f3f76..939f41d 100644 --- a/src/handlers/github.js +++ b/src/handlers/github.js @@ -56,7 +56,7 @@ function attachEditor( dom ) { sidebar: {inserter: false, inspector: false}, toolbar: {navigation: true, inspector: true}, blocks: { - allowBlockss: [ + allowBlocks: [ 'core/image', 'core/heading', 'core/quote',