We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8dce423 commit 76f7b71Copy full SHA for 76f7b71
2 files changed
src/Resources/views/Form/ckeditor_widget.html.twig
@@ -0,0 +1,5 @@
1
+{% extends 'FOSCKEditorBundle:Form:ckeditor_widget.html.twig' %}
2
+
3
+{% block ckeditor_widget_extra %}
4
+ CKEDITOR.dtd.$removeEmpty['i'] = false;
5
+{% endblock %}
tests/Application/config/packages/twig.yaml
@@ -4,6 +4,7 @@ twig:
strict_variables: '%kernel.debug%'
form_themes:
6
- '@FOSCKEditor/Form/ckeditor_widget.html.twig'
7
+ - '@BitBagSyliusCmsPlugin/Form/ckeditor_widget.html.twig'
8
9
services:
10
_defaults:
0 commit comments