I try to install Symfony CMF with SonataDoctrinePHPCRAdminBundle()
and CmfTreeBrowserBundle()
.
According to docs there's an option in app/config.yml
to prevent administrative routes be view-able in admin interface:
# app/config/config.yml
cmf_routing:
# ...
dynamic:
# ...
persistence:
phpcr:
# ...
use_sonata_admin: false
But I receive an error both in the console and on the site:
"Unrecognized option "use_sonata_admin" under
"cmf_routing.dynamic.persistence.phpcr"
What could it be?