We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55745f0 commit 9d4cd4fCopy full SHA for 9d4cd4f
docs/usage/append-javascript.rst
@@ -8,13 +8,13 @@ we will configure CKEditor to not remove empty span via the DTD.
8
Twig Template
9
-------------
10
11
-The default Twig template is ``FOSCKEditorBundle:Form:ckeditor_widget.html.twig``.
+The default Twig template is ``"@FOSCKEditor/Form/ckeditor_widget.html.twig"``.
12
This one has some blocks you can override according to your needs.
13
14
.. code-block:: twig
15
16
{# app/Resources/views/Form/ckeditor_widget.html.twig #}
17
- {% extends 'FOSCKEditorBundle:Form:ckeditor_widget.html.twig' %}
+ {% extends '@FOSCKEditor/Form/ckeditor_widget.html.twig' %}
18
19
{% block ckeditor_widget_extra %}
20
CKEDITOR.dtd.$removeEmpty['span'] = false;
0 commit comments