Skip to main content
Version: 2024.1

Update Notes

Update to Version 2.0

  • If you are upgrading to pimcore 11, then please install the pimcore/admin-ui-classic-bundle bundle.

  • If you are using symfony-config option for PIMCORE_WRITE_TARGET_HEADLESS_DOCUMENT_BRICKS & PIMCORE_WRITE_TARGET_HEADLESS_DOCUMENT_TEMPLATES , then you need to execute the migration:

  1. bin/console pimcore:migrations:execute 'Pimcore\Bundle\HeadlessDocumentsBundle\Migrations\Version20230404095107'.

  2. Add config to your config file:

pimcore_headless_documents:
config_location:
headless_templates:
write_target:
type: 'symfony-config'
options:
directory: '/var/www/html/var/config/headless_templates'
headless_bricks:
write_target:
type: 'symfony-config'
options:
directory: '/var/www/html/var/config/headless_bricks'