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

Commit 6181376

Browse files
committed
fix very old rename
1 parent 90fe402 commit 6181376

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

bundles/block/types.rst

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,8 @@ Create your first Slideshow
292292

293293
Building a slideshow consists of creating the container ``SlideshowBlock`` and
294294
adding blocks to it. Those blocks can be any kind of blocks, but the
295-
``ImagineBlock`` makes a lot of sense::
295+
``ImagineBlock`` makes a lot of sense. Make sure to have configured the imagine
296+
filter as explained `above <ImagineBlock>`_::
296297

297298
use Symfony\Cmf\Bundle\BlockBundle\Doctrine\Phpcr\SlideshowBlock;
298299
use Symfony\Cmf\Bundle\BlockBundle\Doctrine\Phpcr\ImagineBlock;
@@ -364,7 +365,7 @@ following line to your sonata admin configuration:
364365
blocks:
365366
label: Blocks
366367
items:
367-
- cmf_block.slideshow_admin
368+
- cmf_block.imagine.slideshow_admin
368369
369370
.. code-block:: xml
370371
@@ -375,7 +376,7 @@ following line to your sonata admin configuration:
375376
<dashboard>
376377
<group id="blocks"
377378
label="Blocks">
378-
<item>cmf_block.slideshow_admin</item>
379+
<item>cmf_block.imagine.slideshow_admin</item>
379380
</group>
380381
</dashboard>
381382
</config>
@@ -390,7 +391,7 @@ following line to your sonata admin configuration:
390391
'blocks' => array(
391392
'label' => 'Blocks',
392393
'items' => array(
393-
'cmf_block.slideshow_admin',
394+
'cmf_block.imagine.slideshow_admin',
394395
),
395396
),
396397
),

0 commit comments

Comments
 (0)