0

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

Nacer Naciri
  • 67
  • 2
  • 8

1 Answers1

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());
FelixSFD
  • 6,052
  • 10
  • 43
  • 117
Zuhayer
  • 317
  • 1
  • 11