Skip to content

Commit 04f14b0

Browse files
committed
enable ckeditor again for static content admin
1 parent 5ce6676 commit 04f14b0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

app/config/config.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,11 +136,12 @@ cmf_sonata_phpcr_admin_integration:
136136
seo: ~
137137
menu: ~
138138
core: ~
139-
content: ~
139+
content:
140140
block:
141141
basepath: /cms/content
142142
menu_basepath: /cms/content
143143
routing: ~
144+
ivory_ckeditor: ~
144145

145146
sonata_block:
146147
default_contexts: [cms]
@@ -280,7 +281,7 @@ sonata_seo:
280281

281282
ivory_ck_editor:
282283
configs:
283-
cmf_content: { toolbar: standard }
284+
cmf_sonata_phpcr_admin_integration: { toolbar: standard }
284285

285286
sensio_framework_extra:
286287
router: { annotations: true }

0 commit comments

Comments
 (0)