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

Commit 435b9ab

Browse files
author
Lars Janssen
committed
Cleaned up reference to ability to edit blocks
1 parent a053db4 commit 435b9ab

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

bundles/block/introduction.rst

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
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
5+
`SonataBlockBundle <https://github.com/sonata-project/SonataBlockBundle>`_.
6+
It is used to manage fragments of content, so-called blocks, that are persisted
7+
in a database and can be incorporated into any page layout.
8+
9+
The BlockBundle also provides a few commonly used standard blocks, including the
10+
ability to edit them. See :doc:`types`.
1311

1412
.. index:: BlockBundle
1513

0 commit comments

Comments
 (0)