Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Commit 7eaaaef

Browse files
committed
Merge pull request #488 from symfony-cmf/core-bundle-admin-extension
Core bundle admin extension
2 parents 0f82a43 + 088a37f commit 7eaaaef

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

bundles/block/introduction.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -366,6 +366,16 @@ See also the :ref:`the configuration reference <reference-config-block-twig-cmf-
366366
block and returns an empty string for each failed block instead. The errors
367367
are logged at level WARNING.
368368

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+
369379
Examples
370380
--------
371381

bundles/content/introduction.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -223,8 +223,8 @@ SonataAdminBundle Integration
223223
The ContentBundle also provides an Admin class to enable creating, editing and
224224
removing static content from the admin panel. To enable the admin, use the
225225
``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.
228228

229229
.. _`with composer`: http://getcomposer.org
230230
.. _`symfony-cmf/content-bundle`: https://packagist.org/packages/symfony-cmf/content-bundle

0 commit comments

Comments
 (0)