0
votes

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 enter image description here

1
Is the ivory/ckeditor present in your vendor ?BENARD Patrick
No, it dosent existeNacer Naciri
But I have egeloen/ckeditor-bundleNacer Naciri
Have you overided you default layout in including the javascript as mentionned ?BENARD Patrick
Yes I did it :/ . and there is a point, all of this path in this part are in bundles/ I don't have this folderNacer Naciri

1 Answers

0
votes

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());