Skip to main content
Version: Next

How to Use the Tab Manager

Overview

This example demonstrates how you can use the different tab-managers of Pimcore Studio. Commonly you want to add new tabs or overwrite existing one in the different element types

Screenshot

Tab Manager ExampleTab Manager ExampleTab Manager Example Tab Manager ExampleTab Manager ExampleTab Manager Example

Details

There are two key components for using the widget manager:

  • The WidgetRegistry, where you can register a React component under a specific name.
  • The useWidgetManager hook, which allows you to open registered widgets. It also lets you decide in which of the four areas (main, left, bottom, right) the widget should be opened.

Code Example on GitHub

Custom widgets example on GitHub.