Display: Add ActionItem::VIEW_MORE, VIEW_LESS (to work in pair)

pull/5037/head
Yannick Warnier 2 years ago
parent 423e1a50cd
commit 152de1c49b
  1. 4
      src/CoreBundle/Component/Utils/ActionIcon.php

@ -150,4 +150,8 @@ enum ActionIcon: string
case SORT_ALPHA = 'sort-alphabetical-ascending';
// Sort by date
case SORT_DATE = 'sort-calendar-descending';
// View more (by opposition to view less)
case VIEW_MORE = 'unfold-more-horizontal';
// View less (by opposition to view more)
case VIEW_LESS = 'unfold-less-horizontal';
}

Loading…
Cancel
Save