trsteel88 / TrsteelCkeditorBundle

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

ExtraAllowContent bug #68

Closed phpinfo closed 10 years ago

phpinfo commented 10 years ago

I found a very useful option "extra_allowed_content" but it seems like it doesn't work. I found this bug in https://github.com/trsteel88/TrsteelCkeditorBundle/blob/master/Resources/views/Form/ckeditor_widget.html.twig#L30:

{% if height is not null %}
    extraAllowedContent: '{{ extra_allowed_content }}',
{% endif %}

Mistype i think.

phpinfo commented 10 years ago

Quick fix: https://github.com/trsteel88/TrsteelCkeditorBundle/pull/69 Please can you make a stable minor version? I don't want to use a fork in my project.

trsteel88 commented 10 years ago

Merged fix and tagged release. Thanks for that.