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

Updated to latest CKEditor. Fixed update element. Add configs field. #19

Closed
wants to merge 1 commit into from

Conversation

sokolovstas
Copy link

No description provided.

@riniculous
Copy link

Any way to get plugins installed and referenced? I can personally have the npm package installed. But not sure how to include it into the config.
`import PasteFromOffice from '@ckeditor/ckeditor5-paste-from-office/src/pastefromoffice';

ClassicEditor
.create( document.querySelector( '#editor' ), {
plugins: [ PasteFromOffice, Bold, ... ]
} )`

Great Branch BTW, dont know why they wont merge it.

@brandonkelly
Copy link
Member

brandonkelly commented Apr 16, 2021

Appreciate the PR, however I’ve decided to stop bundling CKEditor in the plugin altogether – defaulting to a CDN build (v5, 27.0.0), and allowing developers to provide a custom build URL. It also offers full control over the editor initialization and configuration.

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.

None yet

3 participants