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

Cleaned up reference to ability to edit blocks #226

Merged
merged 2 commits into from
Aug 5, 2013
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 6 additions & 9 deletions bundles/block/introduction.rst
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
The BlockBundle
===============

The `BlockBundle`_ provides integration with SonataBlockBundle. It assists you
in managing fragments of contents, so-called blocks. What the BlockBundle does
is similar to what Twig does, but for blocks that are persisted in a DB.
Thus, the blocks can be made editable for an editor. Also the BlockBundle
provides the logic to determine which block should be rendered on which pages.

The BlockBundle does not provide an editing functionality for blocks itself.
However, you can find examples on how making blocks editable in the
`Symfony CMF Sandbox`_.
The `BlockBundle`_ provides integration with `SonataBlockBundle`_.
It is used to manage fragments of content, so-called blocks, that are persisted
in a database and can be incorporated into any page layout.

The BlockBundle also provides a few commonly used standard blocks, including the
ability to edit them. See :doc:`types`.

.. index:: BlockBundle

Expand Down