Skip to content

Commit 52c3632

Browse files
authored
docs: wysiwyg editor name (#1079)
1 parent 9dd1489 commit 52c3632

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/widgets/wysiwyg.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: WysiwygWidget for TextField
66

77
# Unfold widget WysiwygWidget
88

9-
To use WysiwygWidget, you need to have `unfold.contrib.forms` in `INSTALLED_APPS` which is required dependency. The WYSIWYG widget is based on [django-ckeditor](https://github.com/django-ckeditor/django-ckeditor).
9+
To use WysiwygWidget, you need to have `unfold.contrib.forms` in `INSTALLED_APPS` which is required dependency. The WYSIWYG widget is based on [Trix editor](https://trix-editor.org/).
1010

1111
```python
1212
# settings.py

0 commit comments

Comments
 (0)