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 to add Plugin "ckfinder" to your package ckeditor-nuxt? #4

Open
standfv opened this issue Nov 5, 2020 · 1 comment
Open

How to add Plugin "ckfinder" to your package ckeditor-nuxt? #4

standfv opened this issue Nov 5, 2020 · 1 comment

Comments

@standfv
Copy link

standfv commented Nov 5, 2020

How to add Plugin "ckfinder" to your package ckeditor-nuxt?

@blowstack
Copy link
Owner

You can't because it's based on the simple upload adapter.

To use ckfinder instead of the adapater you can make your own build and integrate it with your nuxt app.
I wrote posts that you can find helpful how to make a custom build and how to integrate ckeditor with nuxt.

You can also clone the repo change imports in the src/index.js file, install dependencies and try to make build based on it (use npm run build-bundle instead of npm run build there). Then copy files from dist to your proper node_modules. But this way you can rather test the ckfinder, during npm update your changes will be overwritten. To avoid overwritting you can completely delete my npm package and install the new build based on this repo as a local npm package with changed package name (this is sth I mention in the one of my posts).

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

No branches or pull requests

2 participants