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 +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -53,9 +53,9 @@ configuration.
53
53
# app/config/config.yml
54
54
sonata_admin :
55
55
extensions :
56
- cmf.block.admin.base.extension :
56
+ cmf_block.admin_extension.cache :
57
57
extends :
58
- - Symfony\Cmf\Bundle\BlockBundle\Model\BaseBlock
58
+ - Symfony\Cmf\Bundle\BlockBundle\Model\AbstractBlock
59
59
60
60
.. code-block :: xml
61
61
@@ -65,8 +65,8 @@ configuration.
65
65
xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" >
66
66
67
67
<config xmlns =" http://sonata-project.org/schema/dic/admin" >
68
- <extension id =" cmf.block.admin.base.extension " >
69
- <extend >Symfony\Cmf\Bundle\BlockBundle\Model\BaseBlock </extend >
68
+ <extension id =" cmf_block.admin_extension.cache " >
69
+ <extend >Symfony\Cmf\Bundle\BlockBundle\Model\AbstractBlock </extend >
70
70
</extension >
71
71
</config >
72
72
</container >
@@ -76,9 +76,9 @@ configuration.
76
76
// app/config/config.php
77
77
$container->loadFromExtension('sonata_admin', array(
78
78
'extensions' => array(
79
- 'cmf.block.admin.base.extension ' => array(
79
+ 'cmf.block.admin_extension.cache ' => array(
80
80
'extends' => array(
81
- 'Symfony\Cmf\Bundle\BlockBundle\Model\BaseBlock ',
81
+ 'Symfony\Cmf\Bundle\BlockBundle\Model\AbstractBlock ',
82
82
),
83
83
),
84
84
),
You can’t perform that action at this time.
0 commit comments