Skip to content

Commit

Permalink
Merge pull request #160 from craftcms/bugfix/indent-block-error
Browse files Browse the repository at this point in the history
fixes IndentBlock error
  • Loading branch information
brandonkelly authored Feb 8, 2024
2 parents 58e43f2 + 741f378 commit ac4acb5
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release Notes for CKEditor for Craft CMS

## Unreleased

- Fixed a JavaScript error. ([#161](https://github.com/craftcms/ckeditor/issues/161))

## 3.7.2 - 2024-02-07

- Added the `IndentBlock` CKEditor plugin, enabling the “Increase indent” and “Decrease indent” buttons to work on headings and paragraphs. ([#156](https://github.com/craftcms/ckeditor/pull/156))
Expand Down
2 changes: 1 addition & 1 deletion src/web/assets/ckeditor/dist/ckeditor5-craftcms.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/web/assets/ckeditor/dist/ckeditor5-craftcms.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/web/assets/ckeditor/src/ckeditor5-craftcms.js
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ const pluginButtonMap = [
{plugins: ['HorizontalLine'], buttons: ['horizontalLine']},
{plugins: ['HtmlEmbed'], buttons: ['htmlEmbed']},
{
plugins: ['Indent'],
plugins: ['Indent', 'IndentBlock'],
buttons: ['outdent', 'indent'],
},
{plugins: ['Italic'], buttons: ['italic']},
Expand Down

0 comments on commit ac4acb5

Please sign in to comment.