Internal: Update ActionIcon class constants to use consistent VERB_OBJECT naming (2)

pull/5028/head
Yannick Warnier 11 months ago
parent 5232b15178
commit 5790a065cb
  1. 2
      src/CoreBundle/Component/Utils/ActionIcon.php

@ -39,7 +39,7 @@ enum ActionIcon: string
// Move something (from one folder to another) or unfold some interface component // Move something (from one folder to another) or unfold some interface component
case MOVE = 'arrow-right-bold'; case MOVE = 'arrow-right-bold';
// Preview some content // Preview some content
case CONTENT_PREVIEW = 'magnify-plus-outline'; case PREVIEW_CONTENT = 'magnify-plus-outline';
// Import some kind of archive/packaged // Import some kind of archive/packaged
case IMPORT_ARCHIVE = 'archive-arrow-up'; case IMPORT_ARCHIVE = 'archive-arrow-up';
// Create a category // Create a category

Loading…
Cancel
Save