Closed RGTimothy closed 9 years ago
http://www.tinymce.com/wiki.php/Configuration3x:convert_newlines_to_brs
$form->field($model, 'content')->widget(letyii\tinymce\Tinymce::className(), [ 'options' => [ 'class' => 'your_class', ], 'configs' => [ 'convert_newlines_to_brs' => true, ], ]);
is "convert_newlines_to_brs" option can be implemented?