bahriddin / ckeditor-html5-video

HTML5 video plugin for CKEditor
GNU General Public License v3.0
37 stars 36 forks source link

Missed controlList parameter #39

Open Voltoran opened 3 years ago

Voltoran commented 3 years ago

https://github.com/bahriddin/ckeditor-html5-video/blob/15fc6b10c2d8031ffa45824eaeded4314c4a2a86/html5video/plugin.js#L15

I think this line must be allowedContent: 'div[data-responsive](!ckeditor-html5-video){text-align,float,margin-left,margin-right}; video[src,poster,controls,autoplay,width,controlslist,height,loop]{max-width,height};',

video list must contained controlslist, otherwise plugin can't parse this parameter from stored html, and always set it to "True"