I just finished installing SonataNews with Formatter. But I can not configure a ckeditor even after the following steps:
https://sonata-project.org/bundles/formatter/master/doc/reference/formatter_widget.html#advanced-formatter-widget
Asked
Active
Viewed 471 times
0

Nacer Naciri
- 67
- 2
- 8
-
Is the ivory/ckeditor present in your vendor ? – BENARD Patrick Dec 24 '15 at 11:02
-
No, it dosent existe – Nacer Naciri Dec 24 '15 at 13:43
-
But I have egeloen/ckeditor-bundle – Nacer Naciri Dec 24 '15 at 14:02
-
Have you overided you default layout in including the javascript [as mentionned](https://sonata-project.org/bundles/formatter/master/doc/reference/formatter_widget.html#sonata-admin-integration) ? – BENARD Patrick Dec 24 '15 at 14:07
-
Yes I did it :/ . and there is a point, all of this path in this part are in bundles/ I don't have this folder – Nacer Naciri Dec 24 '15 at 14:15
-
Have you install your vendor with composer update ? – BENARD Patrick Dec 24 '15 at 14:17
-
Yes I did it, no change – Nacer Naciri Dec 25 '15 at 14:48
-
did you do this ? https://sonata-project.org/bundles/formatter/master/doc/reference/formatter_widget.html#sonata-admin-integration – ibasaw Jan 11 '16 at 16:05
1 Answers
0
Install the sonata-project/formatter-bundle as mentioned here: https://sonata-project.org/bundles/formatter/master/doc/reference/installation.html
Then add this line in your admin controller:
$formMapper->add('content', 'ckeditor', array());