Skip to content

Commit

Permalink
✨ [FEAT] Add native browser spell checking for TineMCE managed textAreas
Browse files Browse the repository at this point in the history
  • Loading branch information
Bastien Potiron authored and submarcos committed Sep 15, 2023
1 parent cb793b6 commit 308d047
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
15 changes: 12 additions & 3 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,18 @@ CHANGELOG
8.5.6+dev (XXXX-XX-XX)
----------------------------

* Support django 4.2 and python 3.11
* Drop django 3.1 support
* Ease quickstart for developers
**Feature**

- Modify TinyMCE configuration to add browser spelling check for textAreas (related to https://github.com/GeotrekCE/Geotrek-admin/issues/1189)

**Maintenance**

- Support django 4.2 and python 3.11
- Drop django 3.1 support

**Documentation**

- Ease quickstart for developers

**Minor fixes**

Expand Down
2 changes: 2 additions & 0 deletions mapentity/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@
'forced_root_block': False,
'width': '95%',
'resize': "both",
'browser_spellcheck': True,
'contextmenu': False,
'valid_elements': ('@[id|class|style|title|dir<ltr?rtl|lang|xml::lang],'
'a[rel|rev|charset|hreflang|tabindex|accesskey|type|name|href|target|title|class],'
'img[longdesc|usemap|src|border|alt=|title|hspace|vspace|width|height|align],'
Expand Down

0 comments on commit 308d047

Please sign in to comment.