Closed phpinfo closed 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.
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.
Merged fix and tagged release. Thanks for that.
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:
Mistype i think.