I managed to run the upload images via WYSIWYG CKEditor using SonataMediaBundle and CoopTilleulsCKEditorSonataMediaBundle.
My question is, I do not understand what is the meaning of the elements of this syntax:
CKEditor form fields:
$builder
->add(
'body',
'ckeditor',
array(
'config' => array(
'toolbar' => array(
array(
'name' => 'links',
'items' => array('Link','Unlink'),
),
array(
'name' => 'insert',
'items' => array('Image'),
),
)
)
));
Thanks !!
hello world
and this for all options; do you know why please, thank you very much !! – user3588551 Jul 08 '14 at 09:52