Skip to main content
Version: 2026.1

Studio

Backend Power Tools Bundle implements Pimcore Studio Backend Bundle and extends it with Alternative Element Trees specific features.

Grid

Pimcore Studio Backend leverages usage of the Generic Data Index and provides a powerful grid for Alternative Element Trees to display, filter, manage and export your data.

Please have a look at the Grid documentation to get an overview of the grid features.

Grid ColumnFilter

As Alternative Element Trees are structured based on the virtual folder structure, a new column filter alternativeElementTree is available to filter elements by the virtual folder path and your alternative element tree configuration ID.

This filter will be applied to the general search query.

Filters details:

TypefilterValueOptionskey required
alternativeElementTreemapped array of stringsconfigurationId,pathfalse

Examples:

...
"columnFilters": [
{
"type": "alternativeElementTree",
"filterValue": {
"configurationId": "your_aet_configuration_id",
"path": "/path/to/your/virtual/folder"
}
}
]
...

Events

Pimcore Studio Backend allows you to add additional data to response schemas.

Please have a look at the Additional and Custom Attributes documentation to get an overview of the additional and custom attributes features.

List of events added by Alternative Element Trees

  • pre_response.backend_power_tools.aet.tree_node_data