Skip to content

Commit

Permalink
Fix video ckeditor video URL
Browse files Browse the repository at this point in the history
  • Loading branch information
jmontoyaa committed Sep 8, 2017
1 parent 7dcddbe commit 805b0aa
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -105,6 +105,7 @@ CKEDITOR.editorConfig = function (config) {

// File manager (elFinder)
config.filebrowserBrowseUrl = '{{ _p.web_lib ~ 'elfinder/filemanager.php?' }}{{ course_condition }}';
config.videobrowserBrowseUrl = '{{ _p.web_lib ~ 'elfinder/filemanager.php?' }}{{ course_condition }}';

// Allows to use "class" attribute inside divs and spans.
config.allowedContent = true;
Expand Down

0 comments on commit 805b0aa

Please sign in to comment.