File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff 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
12134.0.0 (2024-03-27)
1314==================
Original file line number Diff line number Diff 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,
You can’t perform that action at this time.
0 commit comments