From e79415db4ac8f7851612a81b62e6f8d8d442f97e Mon Sep 17 00:00:00 2001 From: Claude Paroz Date: Fri, 14 Jun 2024 18:41:56 +0200 Subject: [PATCH] Refs #470 - Removed buttons from premium plugins in the docs. --- CHANGELOG.rst | 3 ++- docs/installation.rst | 9 ++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 55df280a..88d8b6d0 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -7,7 +7,8 @@ Unreleased ========== - Renamed toolbar elements (namely ``formatselect`` is now ``blocks``) to follow - TinyMCE 6 renames (#470). + TinyMCE 6 renames. Also removed from the docs examples some buttons only + available through paid subscriptions (#470). 4.0.0 (2024-03-27) ================== diff --git a/docs/installation.rst b/docs/installation.rst index d20c13bc..d0151b97 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -148,12 +148,11 @@ Example:: "width": "960px", "menubar": "file edit view insert format tools table help", "plugins": "advlist autolink lists link image charmap preview anchor searchreplace visualblocks code " - "fullscreen insertdatetime media table code help wordcount", + "codesample emoticons fullscreen insertdatetime media table code help wordcount save directionality", "toolbar": "undo redo | bold italic underline strikethrough | fontfamily fontsize blocks | alignleft " - "aligncenter alignright alignjustify | outdent indent | numlist bullist checklist | forecolor " - "backcolor casechange permanentpen formatpainter removeformat | pagebreak | charmap emoticons | " - "fullscreen preview save print | insertfile image media pageembed template link anchor codesample | " - "a11ycheck ltr rtl | showcomments addcomment code", + "aligncenter alignright alignjustify | outdent indent | numlist bullist | forecolor " + "backcolor removeformat | pagebreak | charmap emoticons | " + "fullscreen preview save print | image media link anchor codesample | ltr rtl | code", "custom_undo_redo_levels": 10, "language": "es", # To force a specific language instead of the Django current language. "browser_spellcheck": True,