From 2019c59cf89c7fc75d90a31bd693ddb3677ee25c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Mummert?= Date: Sun, 21 Dec 2025 20:59:01 +0100 Subject: [PATCH] Add icon --- composer.json | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/composer.json b/composer.json index a7a8471..953e382 100644 --- a/composer.json +++ b/composer.json @@ -13,11 +13,9 @@ } }, "extra": { - "contao-manager-plugin": [ - { - "class": "MummertMedia\\ContaoMeilisearchBundle\\ContaoManager\\Plugin", - "icon": "icon.svg" - } - ] + "contao-manager-plugin": { + "class": "MummertMedia\\ContaoMeilisearchBundle\\ContaoManager\\Plugin", + "icon": "icon.svg" + } } } \ No newline at end of file