From 3cf26fd9bc7c77d1256a16a134b65af14a19d041 Mon Sep 17 00:00:00 2001 From: Matthias Pfefferle Date: Wed, 13 Mar 2024 17:43:54 +0100 Subject: [PATCH] add indieblocks I like what @janboddez has done with blocks and I would remove the classic-editor and would recommend to add it as dependency to the post-kinds plugin, because otherwise it is no requirement. --- indieweb.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indieweb.php b/indieweb.php index 8e63e66..9c46d3a 100755 --- a/indieweb.php +++ b/indieweb.php @@ -177,7 +177,7 @@ public static function register_plugins() { 'slug' => 'pubsubhubbub', ), array( - 'slug' => 'classic-editor', + 'slug' => 'indieblocks', ), ); return $plugin_array;