2amigos / yii2-ckeditor-widget

CKEditor WYSIWYG widget for Yii2.
https://2amigos.us/open-source/ckeditor-widget
Other
172 stars 111 forks source link

Several features are not available #133

Closed gaurav150493 closed 5 years ago

gaurav150493 commented 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.

gaurav150493 commented 5 years ago

Found solution here https://github.com/2amigos/yii2-ckeditor-widget/issues/87#issuecomment-264156570