gibilogic / tinymce-bundle

Bundle for connecting TinyMCE (WYSIWYG editor) to your Symfony2 project
7 stars 5 forks source link

Pass use_callback_tinymce_init to tinyMCE_config #28

Closed MisatoTremor closed 7 years ago

MisatoTremor commented 7 years ago

As of 1.3.x the config option use_callback_tinymce_init is no longer passed to the view config, so options.use_callback_tinymce_init in src/Resources/public/js/init.(jquery|standard).js is always undefined. This PR fixes this.