From 97780de7194b4d8767729358eebe04a3134a6bcf Mon Sep 17 00:00:00 2001 From: Kevo Date: Fri, 12 Aug 2022 12:30:41 +0200 Subject: [PATCH] Unpluralize `extra.flarum-extension.category` All other extensions use singular, which seems to be the correct way to do it --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index b69b0c8..4b49f96 100644 --- a/composer.json +++ b/composer.json @@ -28,7 +28,7 @@ "extra": { "flarum-extension": { "title": "User Map Location", - "category": "features", + "category": "feature", "icon": { "name": "fas fa-map-marked-alt", "backgroundColor": "purple",