Skip to content

Commit e79415d

Browse files
committed
Refs #470 - Removed buttons from premium plugins in the docs.
1 parent fb7b263 commit e79415d

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

CHANGELOG.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ Unreleased
77
==========
88

99
- Renamed toolbar elements (namely ``formatselect`` is now ``blocks``) to follow
10-
TinyMCE 6 renames (#470).
10+
TinyMCE 6 renames. Also removed from the docs examples some buttons only
11+
available through paid subscriptions (#470).
1112

1213
4.0.0 (2024-03-27)
1314
==================

docs/installation.rst

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -148,12 +148,11 @@ Example::
148148
"width": "960px",
149149
"menubar": "file edit view insert format tools table help",
150150
"plugins": "advlist autolink lists link image charmap preview anchor searchreplace visualblocks code "
151-
"fullscreen insertdatetime media table code help wordcount",
151+
"codesample emoticons fullscreen insertdatetime media table code help wordcount save directionality",
152152
"toolbar": "undo redo | bold italic underline strikethrough | fontfamily fontsize blocks | alignleft "
153-
"aligncenter alignright alignjustify | outdent indent | numlist bullist checklist | forecolor "
154-
"backcolor casechange permanentpen formatpainter removeformat | pagebreak | charmap emoticons | "
155-
"fullscreen preview save print | insertfile image media pageembed template link anchor codesample | "
156-
"a11ycheck ltr rtl | showcomments addcomment code",
153+
"aligncenter alignright alignjustify | outdent indent | numlist bullist | forecolor "
154+
"backcolor removeformat | pagebreak | charmap emoticons | "
155+
"fullscreen preview save print | image media link anchor codesample | ltr rtl | code",
157156
"custom_undo_redo_levels": 10,
158157
"language": "es", # To force a specific language instead of the Django current language.
159158
"browser_spellcheck": True,

0 commit comments

Comments
 (0)