The Watza SplitViewBundle allows you to open multiple objects simultaneously in tabs, perfect for ultrawide monitors or power users who need to work efficiently without launching multiple Pimcore instances.
- Open multiple objects side-by-side in a single Pimcore instance.
- Switch easily between objects without losing context.
- Ideal for ultrawide monitors or heavy admin workflows.
- Install via Composer:
composer require watza/splitviewbundle:dev-master- Enable the bundle in
bundles.phpby adding:
Watza\SplitViewBundle\WatzaSplitViewBundle::class => ['all' => true],- Pimcore 11 or higher
Use the console command to open any combination of objects:
// Replace $id1, $id2 with the object IDs you want to open
new pimcore.object.splitview($id1, $id2);Right-click on an object in the tab bar → Select "Open in SplitView".
- Recommended for experimental or personal use only.

