This repository was archived by the owner on Sep 16, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -366,6 +366,16 @@ See also the :ref:`the configuration reference <reference-config-block-twig-cmf-
366
366
block and returns an empty string for each failed block instead. The errors
367
367
are logged at level WARNING.
368
368
369
+ SonataAdminBundle Integration
370
+ -----------------------------
371
+
372
+ The BlockBundle also provides Admin classes to enable creating, editing and
373
+ removing blocks from the admin panel. To enable the admin, use the
374
+ ``cmf_block.persistence.phpcr.use_sonata_admin `` setting. Both the
375
+ :ref: `BlockBundle <bundles-block-types-admin_extension >` and
376
+ :ref: `CoreBundle <bundles-core-persistence >` provide several extensions for
377
+ SonataAdminBundle.
378
+
369
379
Examples
370
380
--------
371
381
Original file line number Diff line number Diff line change @@ -223,8 +223,8 @@ SonataAdminBundle Integration
223
223
The ContentBundle also provides an Admin class to enable creating, editing and
224
224
removing static content from the admin panel. To enable the admin, use the
225
225
``cmf_content.persistence.phpcr.use_sonata_admin `` setting. The CMF CoreBundle
226
- also provides an :ref: `extension < bundle -core-child-admin-extension >`
227
- to make it easier to link to parent documents .
226
+ also provides :ref: `several useful extensions < bundles -core-persistence >` for
227
+ SonataAdminBundle .
228
228
229
229
.. _`with composer` : http://getcomposer.org
230
230
.. _`symfony-cmf/content-bundle` : https://packagist.org/packages/symfony-cmf/content-bundle
You can’t perform that action at this time.
0 commit comments