Skip to content

Waaatza/SplitViewBundle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SplitViewBundle for Pimcore 11

⚠️ DEPRECATED This plugin is deprecated due to depraction of Pimcore Admin Ui and Splitviews working natively in Pimcore Studio UI.


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.

Example Image

Installation

  1. Install via Composer:
composer require watza/splitviewbundle:dev-master
  1. Enable the bundle in bundles.php by 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".

Context Menu

Disclaimer

  • Recommended for experimental or personal use only.

About

Open two Pimcore DataObjects in Splitview

Resources

Stars

Watchers

Forks

Releases

Contributors

Languages