2010-08-26, 20:38:13
Thanks Mike, that's a nice new option that I didn't know (I have seen now you added it in the SVN -- I think it hadn't been documented or posted here).
I've tested with r178 and works ok, but with a small change. This should be the change to make in gsconfig.php:
( I've removed "config." and changed the "=" for a ":" )
I've tested with r178 and works ok, but with a small change. This should be the change to make in gsconfig.php:
Code:
define('GSEDITOROPTIONS', 'enterMode : CKEDITOR.ENTER_BR');
( I've removed "config." and changed the "=" for a ":" )