Display: Add ActionItem::PREVIOUS, ActionItem::NEXT

pull/5036/head
Yannick Warnier 2 years ago
parent f1285cb869
commit af9de9a0b5
  1. 4
      src/CoreBundle/Component/Utils/ActionIcon.php

@ -42,6 +42,10 @@ enum ActionIcon: string
case DOWN = 'arrow-down-bold';
// Move something (from one folder to another) or unfold some interface component
case MOVE = 'arrow-right-bold';
// Previous step
case PREVIOUS = 'arrow-left-bold-circle-outline';
// Next step
case NEXT = 'arrow-right-bold-circle-outline';
// Preview some content
case PREVIEW_CONTENT = 'magnify-plus-outline';
// Import some kind of archive/packaged

Loading…
Cancel
Save