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 +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -292,7 +292,8 @@ Create your first Slideshow
292
292
293
293
Building a slideshow consists of creating the container ``SlideshowBlock `` and
294
294
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 >`_::
296
297
297
298
use Symfony\Cmf\Bundle\BlockBundle\Doctrine\Phpcr\SlideshowBlock;
298
299
use Symfony\Cmf\Bundle\BlockBundle\Doctrine\Phpcr\ImagineBlock;
@@ -364,7 +365,7 @@ following line to your sonata admin configuration:
364
365
blocks :
365
366
label : Blocks
366
367
items :
367
- - cmf_block.slideshow_admin
368
+ - cmf_block.imagine. slideshow_admin
368
369
369
370
.. code-block :: xml
370
371
@@ -375,7 +376,7 @@ following line to your sonata admin configuration:
375
376
<dashboard >
376
377
<group id =" blocks"
377
378
label =" Blocks" >
378
- <item >cmf_block.slideshow_admin</item >
379
+ <item >cmf_block.imagine. slideshow_admin</item >
379
380
</group >
380
381
</dashboard >
381
382
</config >
@@ -390,7 +391,7 @@ following line to your sonata admin configuration:
390
391
'blocks' => array(
391
392
'label' => 'Blocks',
392
393
'items' => array(
393
- 'cmf_block.slideshow_admin',
394
+ 'cmf_block.imagine. slideshow_admin',
394
395
),
395
396
),
396
397
),
You can’t perform that action at this time.
0 commit comments