Hi all
I am not sure wether this is a stupid question that I have not yet received an answer. So far I used to add calls (Maxi Gallery, Ditto etc.) in TinyMCE. That worked all well without any problems. But since the upgrade TinyMCE it is not possible anymore as TinyMCE wraps Chunks and calls with a p.
Can anyone tell me in which file I can change this behavior? Could it probably be solved with
tinyMCE.init({
...
force_p_newlines : false
});
if so in which file has this to be done?
Thanks in advance.