Display: Add ToolIcon::PLUGIN

pull/5031/head
Yannick Warnier 11 months ago
parent 52623ead76
commit 197e6b8125
  1. 2
      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';
}

Loading…
Cancel
Save