Closed gaurav150493 closed 5 years ago
<?= $form->field($model, 'body')->widget(CKEditor::className(), [ 'options' => ['rows' => 6], 'preset' => 'full' ]) ?>
This is the code i am using to create CKEditor but lots of features are not available like font size selection, text alignment etc.
Found solution here https://github.com/2amigos/yii2-ckeditor-widget/issues/87#issuecomment-264156570
This is the code i am using to create CKEditor but lots of features are not available like font size selection, text alignment etc.