watza / splitviewbundle
Provides Splitscreen editing for DataObjects (ideal for ultrawide monitors)
Package info
github.com/Waaatza/SplitViewBundle
Language:JavaScript
Type:pimcore-bundle
pkg:composer/watza/splitviewbundle
v0.2
2025-10-26 18:02 UTC
Requires
- php: >=8.1
- pimcore/pimcore: ^11.4
This package is auto-updated.
Last update: 2026-04-17 18:56:44 UTC
README
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.
Key Features
- 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.
Installation
- Install via Composer:
composer require watza/splitviewbundle:dev-master
- Enable the bundle in
bundles.phpby adding:
Watza\SplitViewBundle\WatzaSplitViewBundle::class => ['all' => true],
Requirements
- Pimcore 11 or higher
Usage
Method 1: Browser Console
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);
Method 2: Context Menu
Right-click on an object in the tab bar → Select "Open in SplitView".
Disclaimer
- This bundle is actively developed and may change at any time.
- Recommended for experimental or personal use only.
- Bundle functionality may break after running
composer update.

