Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

list plugins were renamed in v41 #171

Merged
merged 4 commits into from
Feb 21, 2024

Conversation

i-just
Copy link
Contributor

@i-just i-just commented Feb 19, 2024

Description

In CKEditor v40, the DocumentList plugin got updated to allow for Todo Lists and simple configuration, so we switched to using that plugin and dropped the List plugin.

In CKEditor v41, the DocumentList plugin got renamed to List.

The DocumentList was set as an alias for the List plugin, which means it works as expected, but it throws a warning.

This PR updates our code to use the unaliased, updated List plugin.

It also removes MediaEmbedToolbar from the list of plugins. At the moment, this plugin throws an error and doesn’t seem to do anything except "serve as a base for custom development”. More info:

Related issues

#168

@i-just i-just requested a review from brandonkelly as a code owner February 19, 2024 15:31
# Conflicts:
#	src/web/assets/ckeditor/dist/ckeditor5-craftcms.js
#	src/web/assets/ckeditor/dist/ckeditor5-craftcms.js.map
[ci skip]
@brandonkelly brandonkelly merged commit ef89d82 into main Feb 21, 2024
@brandonkelly brandonkelly deleted the bugfix/168-renamed-list-plugin-for-cke-v41 branch February 21, 2024 19:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants