2010-08-26, 18:48:11
Or if you are using the latest build just edit GSCONFIG.PHP
and edit the line for
and change to
This saves you having to edit the core files.
If you want to add multiple values to this setting separate each one with a comma.
Rgds, MIke.
Edit: thanks for the info below, Carlos...
and edit the line for
Code:
#define('GSEDITOROPTIONS', '');
and change to
Code:
#define('GSEDITOROPTIONS', 'enterMode : CKEDITOR.ENTER_BR');
This saves you having to edit the core files.
If you want to add multiple values to this setting separate each one with a comma.
Rgds, MIke.
Edit: thanks for the info below, Carlos...