Skip to content

Commit

Permalink
Refs #470 - Replaced toolbar elements renamed in TinyMCE 6
Browse files Browse the repository at this point in the history
  • Loading branch information
claudep committed Jun 14, 2024
1 parent 87648e8 commit fb7b263
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ Changelog

This document describes changes between each past release.

Unreleased
==========

- Renamed toolbar elements (namely ``formatselect`` is now ``blocks``) to follow
TinyMCE 6 renames (#470).

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

Expand Down
4 changes: 2 additions & 2 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ file.
"plugins": "advlist,autolink,lists,link,image,charmap,preview,anchor,"
"searchreplace,visualblocks,code,fullscreen,insertdatetime,media,table,"
"code,help,wordcount",
"toolbar": "undo redo | formatselect | "
"toolbar": "undo redo | blocks | "
"bold italic backcolor | alignleft aligncenter "
"alignright alignjustify | bullist numlist outdent indent | "
"removeformat | help",
Expand Down Expand Up @@ -149,7 +149,7 @@ Example::
"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",
"toolbar": "undo redo | bold italic underline strikethrough | fontselect fontsizeselect formatselect | alignleft "
"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 | "
Expand Down
2 changes: 1 addition & 1 deletion tests/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"plugins": "advlist,autolink,lists,link,image,charmap,preview,anchor,"
"searchreplace,visualblocks,code,fullscreen,insertdatetime,media,table,"
"code,help,wordcount",
"toolbar": "undo redo | formatselect | "
"toolbar": "undo redo | blocks | "
"bold italic backcolor | alignleft aligncenter "
"alignright alignjustify | bullist numlist outdent indent | "
"removeformat | help",
Expand Down
2 changes: 1 addition & 1 deletion tinymce/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"plugins": "advlist,autolink,lists,link,image,charmap,preview,anchor,"
"searchreplace,visualblocks,code,fullscreen,insertdatetime,media,table,"
"help,wordcount",
"toolbar": "undo redo | formatselect | "
"toolbar": "undo redo | blocks | "
"bold italic backcolor | alignleft aligncenter "
"alignright alignjustify | bullist numlist outdent indent | "
"removeformat | help",
Expand Down

0 comments on commit fb7b263

Please sign in to comment.