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

Commit 8222bbb

Browse files
committed
Merge pull request #226 from symfony-cmf/blockbundle-fix
Cleaned up reference to ability to edit blocks
2 parents a053db4 + 6a349b6 commit 8222bbb

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

bundles/block/introduction.rst

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,12 @@
11
The BlockBundle
22
===============
33

4-
The `BlockBundle`_ provides integration with SonataBlockBundle. It assists you
5-
in managing fragments of contents, so-called blocks. What the BlockBundle does
6-
is similar to what Twig does, but for blocks that are persisted in a DB.
7-
Thus, the blocks can be made editable for an editor. Also the BlockBundle
8-
provides the logic to determine which block should be rendered on which pages.
9-
10-
The BlockBundle does not provide an editing functionality for blocks itself.
11-
However, you can find examples on how making blocks editable in the
12-
`Symfony CMF Sandbox`_.
4+
The `BlockBundle`_ provides integration with `SonataBlockBundle`_.
5+
It is used to manage fragments of content, so-called blocks, that are persisted
6+
in a database and can be incorporated into any page layout.
7+
8+
The BlockBundle also provides a few commonly used standard blocks, including the
9+
ability to edit them. See :doc:`types`.
1310

1411
.. index:: BlockBundle
1512

0 commit comments

Comments
 (0)