Jerry

Results 1 comments of Jerry

**edit html5video/plugin.js** ![image](https://github.com/bahriddin/ckeditor-html5-video/assets/8182656/987e409c-2eb4-40a2-8686-7f6a0dc0b0ba) ```js if (editor.config) { var getConfig = function(key, defaultVal = false) { if (editor.config[`html5video_${key}`] != undefined) { return editor.config[`html5video_${key}`]; } else if (editor.config.html5video && editor.config.html5video[key] != undefined)...