Skip to content

Commit

Permalink
Update installation.md (4.22.1 ckeditor tag information)
Browse files Browse the repository at this point in the history
  • Loading branch information
senghe authored Nov 12, 2023
1 parent 3d8e53a commit da3133b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions doc/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,14 @@ Install WYSIWYG editor ([FOS CKEditor](https://symfony.com/doc/master/bundles/FO
$ bin/console ckeditor:install
```

**Note.** If you have an issue with the ckeditor not running, please try to install it using the `4.22.1` tag:

```bash
$ bin/console ckeditor:install --tag=4.22.1
```

For more information regardin `4.22.1` tag please visit the #485 issue.

Since FOSCKEditorBundle 2.0, to make Twig render the WYSIWYG editor, you must add some configuration under the `twig.form_themes` config key:

```yaml
Expand Down

0 comments on commit da3133b

Please sign in to comment.