Content Tile Sorting
If you're on the Essentials plan, upgrade a development application for free to try this and other Core-level features.
Re-ordering Content Tiles
The Content Tile Sorting option allows the host application to change the order of the content tiles in the editor’s sidebar. This allows the host application to display the content blocks that are most important for their users first, and even provide additional visibility for a Custom Addon.
To use this feature, the host application must simply pass in the preferred order inside the configuration passed at plugin initialization, like so:
{
// ...
defaultModulesOrder: [
'Button',
'Html',
'Icons',
'Video',
],
// ...
}

The host application can pass as many or as few content blocks as they want. If only one content tile is specified, then only that content tile will be placed at the top, and the rest of the content tiles will follow the default order.
For Custom/Partner Addons, the host application passes the “Content Title” value found in the Addon section of the developer portal’s Application Configuration.
Full List of Content Tiles
1. Heading (Title) 2. Paragraph 3. List 4. Image 5. Button 6. Divider 7. Spacer 8. Social 9. DynamicContent 10. Html 11. Video 12. Form 13. Icons 14. Menu 15. Carousel 16. Text 17. ---- AddOns ----