This repository was archived by the owner on Sep 16, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +7
-9
lines changed Expand file tree Collapse file tree 1 file changed +7
-9
lines changed Original file line number Diff line number Diff line change 1
1
The BlockBundle
2
2
===============
3
3
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 `.
13
11
14
12
.. index :: BlockBundle
15
13
You can’t perform that action at this time.
0 commit comments