elements/alternate-object-trees

There is no license information available for the latest version (v3.0.0) of this package.

Pimcore Bundle for defining alternate object trees based on data object attributes

Installs: 1 007

Dependents: 0

Suggesters: 0

Security: 0

Stars: 3

Watchers: 24

Forks: 7

Open Issues: 1

Type:pimcore-bundle

v3.0.0 2020-08-14 11:19 UTC

This package is auto-updated.

Last update: 2024-03-21 13:47:34 UTC


README

Plugin for defining alternate object trees based on object attributes.

Configuration

Config

Visualisation in Frontend

visualisation

Permissions

permissions

Custom Tree Builder

If you specifiy a custom tree builder class in your tree config, such as

\AppBundle\Util\Backend\DynamicTree\VirtualProductTreeBuilder

then it is possible to combine multiple object (types) per child node, by overriding the buildCustomTree method, just as in DefaultTreeBuilder.php.

Upgrade Notes

Upgrade from v2.0.0

If you want to use the Custom Tree Builder, please add the field "customTreeBuilderClass" as varchar(255) in the bundle's database table (compare installer). Also make sure to clear the data cache.