在 Yii2 Ckeditor 中,我正在使用
use dosamigos\ckeditor\CKEditor;
此扩展用于在表单中显示 ckeditor
<?= $form->field($model, 'cmsdetails_ar')->widget(CKEditor::className(), [
'options' => ['rows' => 6],
'preset' => 'basic', 'contentsLangDirection'=>'rtl'
]) ?>
我添加了一个附加选项 'contentsLangDirection'=>'rtl' 来显示阿拉伯语文本。
但是 contentsLangDirection 不能使用这个扩展,
请帮我 。谢谢