stfalcon / TinymceBundle

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

Allow multiple selectors (array of selectors) #237

Closed shakaran closed 4 years ago

shakaran commented 4 years ago

This avoids the error:

init.standard.js:15 Uncaught TypeError: options.selector.substring is not a function

when multiple selectors are created by stfalcon_tinymce.selector in YAML and it is merged with Twig function tinymce_init({selector:'textarea.tinymce'})

Huron commented 4 years ago

Implemented