From bfe1eaba2d0df28f218db86a2f6aae24b840abfd Mon Sep 17 00:00:00 2001 From: nurbek Date: Mon, 6 Dec 2021 22:45:18 +0600 Subject: [PATCH] add editor category --- src/technologies/g.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/technologies/g.json b/src/technologies/g.json index 3a4d8d3db..d58c7815f 100644 --- a/src/technologies/g.json +++ b/src/technologies/g.json @@ -1686,7 +1686,8 @@ }, "Gutenberg": { "cats": [ - 87 + 87, + 20 ], "description": "Gutenberg is the code name for the new block based editor introduced in WordPress 5.", "icon": "Gutenberg.png",