trsteel88 / TrsteelCkeditorBundle

Symfony2 bundle for easy integration of the CKEditor WYSIWYG
97 stars 59 forks source link

Make extraAllowedContent capable of disabling ACF #97

Closed steve-todorov closed 8 years ago

steve-todorov commented 9 years ago

As stated in the official documentation of CKEditor one can fully disable the ACF by setting extraAllowedContent: true (expecting true to be a boolean). With the previous code it would set it to a string 'true'. This ends in telling CKEditor to allow <true> elements which is not what's intended.