Closed MaraScott closed 8 years ago
Okay I found the solution by myself, it appear that to access container in the admin we need to add them to the available blockService by modifying : In SonataPageBundle/Controller/PageAdminController.php l. 241
[---] $blockServices = $this->get('sonata.block.manager')->getServicesByContext('sonata_page_bundle', false);
[+++] $blockServices = $this->get('sonata.block.manager')->getServicesByContext('sonata_page_bundle', true);
@rande Actually, I ll be interested to get your composer.json file
Hi after installing the sonata-project/sandbox:fix_installation
I have runned this command lines :
Then I went to the Compose page "global" and try to update the header or footer container which are accessible from the xxxx.demo.sonata-project.org/admin/app/page-page/1/compose
I got this error :
Here the app/config/sonata/sonata_block.yml
and the app/config/sonata/sonata_page.yml
@OskarStark @rande
I see two options :