stenyo / yii2-ckeditor-kcfinder
CKEditor + KCFinder for Yii 2
Installs: 75
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 10
Open Issues: 0
Type:yii2-extension
Requires
- ckeditor/ckeditor: dev-full/4.4.x
- sunhater/kcfinder: dev-master
- yiisoft/yii2: *
- yiisoft/yii2-bootstrap: *
This package is not auto-updated.
Last update: 2024-11-09 17:45:40 UTC
README
WYSIWYG text editor widget with integrated file browser.
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist MadAnd/yii2-ckeditor-kcfinder "*"
or add
"MadAnd/yii2-ckeditor-kcfinder": "*"
to the require section of your composer.json
file.
Usage
\MadAnd\ckeditor\CKEditor::widget();
Possible settings (with default values)
'type' => CKEditor::TYPE_STANDARD,
'height'=>'200px',
'language'=>Yii::$app->language,