Hello,
In the ctrlX start page sidebar menu, apps can add their own entries via the package manifest. Can a sequence or order be specified for the entries? According to which procedure are the menu elements sorted actual?
Thanks.
Hello,
In the ctrlX start page sidebar menu, apps can add their own entries via the package manifest. Can a sequence or order be specified for the entries? According to which procedure are the menu elements sorted actual?
Thanks.
The menu items are ordered by id in alphabetical order. You can prefix the id with some numeric value to influence order. If you do a rest call to GET /package-manager/api/v1/manifests you will see current items with id.
Best regards
Jochen Scheib