Headless Toolbox Bundle
Release Plan
| Release | Supported Toolbox Versions | Supported Symfony Versions | Release Date | Maintained | Branch |
|---|---|---|---|---|---|
| 1.x | ^1.0 | ^7.3 | 2025 | Feature Branch | 1.x |
Installation
"require": {
"open-dxp/toolbox-bundle" : "~1.0.0"
"open-dxp/headless-toolbox-bundle" : "^1.2"
}
Add Bundle to bundles.php:
return [
OpenDxp\Bundle\ToolboxBundle\OpenDxpToolboxBundle::class => ['all' => true],
OpenDxp\Bundle\HeadlessToolboxBundle\OpenDxpHeadlessToolboxBundle::class => ['all' => true],
];
- Execute:
$ bin/console opendxp:bundle:install OpenDxpHeadlessToolboxBundle
Documentation
- Configuration — bundle config, dynamic CSP header setup
- Normalizer (Overrides and Additional Normalizer)
- Additional Headless Toolbox Bricks (raw_html_content ...)
Changelog
Before updating, please check the changelog!
License
DACHCOM.DIGITAL AG, Löwenhofstrasse 15, 9424 Rheineck, Schweiz
dachcom.com, [email protected]
Copyright © 2026 DACHCOM.DIGITAL. All rights reserved.
For licensing details please visit LICENSE.md