From 197e6b8125b754c7d6d8883c639fedf49ea45203 Mon Sep 17 00:00:00 2001 From: Yannick Warnier Date: Wed, 27 Dec 2023 20:10:56 +0100 Subject: [PATCH] Display: Add ToolIcon::PLUGIN --- src/CoreBundle/Component/Utils/ToolIcon.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/CoreBundle/Component/Utils/ToolIcon.php b/src/CoreBundle/Component/Utils/ToolIcon.php index 29da36eead..a9db404542 100644 --- a/src/CoreBundle/Component/Utils/ToolIcon.php +++ b/src/CoreBundle/Component/Utils/ToolIcon.php @@ -70,4 +70,6 @@ enum ToolIcon: string case WIKI = 'view-dashboard-edit'; // Security case SECURITY = 'security'; + // Plugin(s) + case PLUGIN = 'puzzle'; }