Skip to main content
Language

Customize Menu Items

PhotoEditor SDK supports full control over the menu items used in the editor UI.

Create tools list#

By default, PhotoEditor SDK automatically displays all the tools that are included in your license and are available on the runtime classpath.

Here, we first create a custom list of ToolItems that we want to be displayed in the photo editor menu. Make sure to only include the tools that are included in your license.

Set tools list#

Here, we configure UiConfigMainMenu to set the custom tools list that we created above.