File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -117,11 +117,20 @@ cmf_menu:
117
117
118
118
cmf_resource :
119
119
description :
120
- enhancers : [sonata_phpcr_admin]
120
+ enhancers : [sonata_phpcr_admin, cmf_tree_icons ]
121
121
repositories :
122
122
default :
123
123
type : doctrine/phpcr-odm
124
124
125
+ cmf_tree_browser :
126
+ icons :
127
+ AppBundle\Document\DemoSeoContent : ' fa fa-file-text-o'
128
+ Sonata\BlockBundle\Model\BlockInterface : ' fa fa-cube'
129
+ Symfony\Cmf\Bundle\SeoBundle\Model\SeoMetadata : ' fa fa-search'
130
+ Symfony\Cmf\Bundle\MenuBundle\Model\MenuNode : ' fa fa-share-square-o'
131
+ Symfony\Cmf\Bundle\RoutingBundle\Model\Route : ' fa fa-link'
132
+ Symfony\Cmf\Bundle\RoutingBundle\Model\RedirectRoute : ' fa fa-reply'
133
+
125
134
cmf_sonata_phpcr_admin_integration :
126
135
bundles :
127
136
seo : ~
@@ -133,7 +142,6 @@ cmf_sonata_phpcr_admin_integration:
133
142
menu_basepath : /cms/content
134
143
routing : ~
135
144
136
-
137
145
sonata_block :
138
146
default_contexts : [cms]
139
147
blocks :
You can’t perform that action at this time.
0 commit comments