The application can have a wide range of menu items, which can be sorted to fit user needs. However, sometimes menu items are heavily used and the extra step of opening the menu can be an irritation factor for the user. The application therefore now supports taking menu items from within the menu item, and placing them next to the burger menu item. That way, the user does not need to open the burger menu in order to access the specific menu items.
StaticĀ
The easiest way to utilize this functionality is to add the menu configuration element on the desired page configuration <menu numberOfPromotedItems="<number of promoted menu items requested>"/>. E.g. <menu numberOfPromotedItems="3"/>, which will promote three items.
...