Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to add youtube plugin in yii2 ckeditor-kcfinder #32

Open
karthigeyan15 opened this issue Jan 31, 2019 · 3 comments
Open

How to add youtube plugin in yii2 ckeditor-kcfinder #32

karthigeyan15 opened this issue Jan 31, 2019 · 3 comments

Comments

@karthigeyan15
Copy link

How to add youtube plugin in yii2 CKEditor-kcfinder

@karthigeyan15
Copy link
Author

how to add youtube video with responsive in yii2 with help of ckeditor and kcfinder.

@vanterbit
Copy link

Михаил, можем Вас попросить добавить плагин "youtube" в yii2-ckeditor/editor/plugins/ ?
(https://ckeditor.com/cke4/addon/youtube)
Тогда подключение будет просто:

<?= $form->field($model, $field)->widget(CKEditor::class, [ 'editorOptions' => ElFinder::ckeditorOptions('elfinder', [ 'extraPlugins' => 'youtube' ]), ]) ?>

@kosoukhov
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants