From 49c032ed3356906e11eb5bf2d97ba26c69e14952 Mon Sep 17 00:00:00 2001 From: em411 <7682404+em411@users.noreply.github.com> Date: Thu, 19 Aug 2021 09:05:09 +0200 Subject: [PATCH] Fix typo --- doc/wysiwyg.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/doc/wysiwyg.md b/doc/wysiwyg.md index 879500bf4..c4a47e473 100644 --- a/doc/wysiwyg.md +++ b/doc/wysiwyg.md @@ -10,7 +10,6 @@ You can use a custom [WysiwygType](../src/Form/Type/WysiwygType.php) any place y Take [the BlockTranslationType](../src/Form/Type/Translation/BlockTranslationType.php) as an example. **Note:** - *In the WYSIWYG fields, you can use Twig function nesting. Read more [here](twig-functions-in-admin.md).* ## Configuration @@ -23,7 +22,6 @@ If you want to customize any behavior of the CKEditor, you have to override one **Note:** - Remember to add your js configuration to `config/packages/twig.yaml` file:** ```yaml # Symfony 2/3: app/config/config.yml