Display: Add ToolIcon::BLOG

pull/5031/head
Yannick Warnier 11 months ago
parent f29116e6e3
commit 798c934c0b
  1. 2
      src/CoreBundle/Component/Utils/ToolIcon.php

@ -16,6 +16,8 @@ enum ToolIcon: string
case ASSIGNMENT = 'inbox-full';
// Attendance
case ATTENDANCE = 'av-timer';
// Blog
case BLOG = 'post-outline';
// Chat
case CHAT = 'chat-processing';
// Course description

Loading…
Cancel
Save