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

How can I use CDN to add a plugin into ckeditor editor. #15529

Closed
sachinkumar121 opened this issue Dec 14, 2023 · 1 comment
Closed

How can I use CDN to add a plugin into ckeditor editor. #15529

sachinkumar121 opened this issue Dec 14, 2023 · 1 comment
Labels
domain:extending-builds resolution:resolved This issue was already resolved (e.g. by another ticket). type:question This issue asks a question (how to...).

Comments

@sachinkumar121
Copy link

📝 Ask a question

I am using CDN to set up CKEditor on my HTML pages. Now I want to add the specialCharacters plugin into the editor, but I didn't find the correct way to add a plugin into the editor.

Can someone tell me how can I use special characters or any plugin that imports using CDN and uses it in the editor?

@sachinkumar121 sachinkumar121 added the type:question This issue asks a question (how to...). label Dec 14, 2023
@Witoso
Copy link
Member

Witoso commented Dec 18, 2023

CDN (or so called predefined builds) are not extensible, you need to create a custom build to add the plugins.

We are working on changing our approach to installations in: #15502.

@Witoso Witoso closed this as completed Dec 18, 2023
@Witoso Witoso added domain:extending-builds resolution:resolved This issue was already resolved (e.g. by another ticket). labels Dec 18, 2023
@CKEditorBot CKEditorBot removed the resolution:resolved This issue was already resolved (e.g. by another ticket). label Dec 18, 2023
@Witoso Witoso added the resolution:resolved This issue was already resolved (e.g. by another ticket). label Dec 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
domain:extending-builds resolution:resolved This issue was already resolved (e.g. by another ticket). type:question This issue asks a question (how to...).
Projects
None yet
Development

No branches or pull requests

3 participants