devlabnet / SlideShow

SlideShow Plugin for CKEditor
16 stars 18 forks source link

ACF vs SlideShow source #9

Closed santaclaus21 closed 8 years ago

santaclaus21 commented 10 years ago

The next one problem is ACF. When I compile CKEditor (last) with SlideShow, aftert first add gallery - everything is pretty fine. But second one open website source by ckeditor - I can see that lot of code is lost.

f.e. contenteditable="false" data-animspeedid="500" data-autostartid="true" data-openonclickid="true"...

I can see only id and class on div elements (according to my allowcontent). Additional all script tag are lost.

I am not pretty sure, but I was wondering if slideshow can modify ACF exceptions while is compiled by CKE Builder? - Would you like to check that?

santaclaus21 commented 10 years ago

Temporary resolved by CKE/config.js: config.allowedContent = 'script()[]{};.... [contenteditable,data-animspeedid,data-autostartid,data-openonclickid,data-pictheightid,data-showcontrolid,data-showtitleid,data-slideshowid,data-speedid,data-transitiontypeid];'

cricri042 commented 9 years ago

Hi, Can you try the last version, as I did some fix !! --Christian